Enable the Layout/IndentHash cop

This commit is contained in:
gregoirenovel 2018-01-15 19:02:12 +01:00
parent 3363e21427
commit 0be657c0d7
21 changed files with 163 additions and 155 deletions

View file

@ -61,8 +61,8 @@ class Users::CarteController < UsersController
def self.route_authorization
{
states: [:brouillon, :en_construction],
api_carto: true
states: [:brouillon, :en_construction],
api_carto: true
}
end
end

View file

@ -95,7 +95,7 @@ class Users::DescriptionController < UsersController
def self.route_authorization
{
states: [:brouillon, :en_construction]
states: [:brouillon, :en_construction]
}
end

View file

@ -151,7 +151,7 @@ class Users::DossiersController < UsersController
def self.route_authorization
{
states: [:brouillon]
states: [:brouillon]
}
end

View file

@ -18,7 +18,7 @@ class Users::RecapitulatifController < UsersController
def self.route_authorization
{
states: [:en_construction, :en_instruction, :sans_suite, :accepte, :refuse]
states: [:en_construction, :en_instruction, :sans_suite, :accepte, :refuse]
}
end