X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e1f79d84adc413afa2a1a8d8d06fda9fa5151d49..2111ace158f3dd9496d49f82529074d77557b2d2:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index cc32da4b9..19403fed5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1 +1,26 @@ inherit_from: .rubocop_todo.yml + +AllCops: + RunRailsCops: true + +Style/BracesAroundHashParameters: + EnforcedStyle: context_dependent + +Style/FileName: + Exclude: + - 'script/deliver-message' + - 'script/locale/reload-languages' + - 'script/update-spam-blocks' + +Style/GlobalVars: + Exclude: + - 'lib/quad_tile/extconf.rb' + +Style/HashSyntax: + EnforcedStyle: hash_rockets + Exclude: + - 'lib/tasks/testing.rake' + - 'config/initializers/wrap_parameters.rb' + +Style/StringLiterals: + EnforcedStyle: double_quotes