X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e1f79d84adc413afa2a1a8d8d06fda9fa5151d49..5cbd4038edb32b0304bd766e70fc680ea447b52b:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index cc32da4b9..c05a1ca79 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1 +1,10 @@ inherit_from: .rubocop_todo.yml + +Style/BracesAroundHashParameters: + EnforcedStyle: context_dependent + +Style/FileName: + Exclude: + - 'script/deliver-message' + - 'script/locale/reload-languages' + - 'script/update-spam-blocks'