]> git.openstreetmap.org Git - rails.git/blob - .rubocop.yml
Fix more rubocop style issues
[rails.git] / .rubocop.yml
1 inherit_from: .rubocop_todo.yml
2
3 Style/BracesAroundHashParameters:
4   EnforcedStyle: context_dependent
5
6 Style/FileName:
7   Exclude:
8     - 'script/deliver-message'
9     - 'script/locale/reload-languages'
10     - 'script/update-spam-blocks'
11
12 Style/GlobalVars:
13   Exclude:
14     - 'lib/quad_tile/extconf.rb'
15     
16 Style/HashSyntax:
17   EnforcedStyle: hash_rockets
18   Exclude:
19     - 'lib/tasks/testing.rake'
20     - 'config/initializers/wrap_parameters.rb'
21
22 Style/StringLiterals:
23   EnforcedStyle: double_quotes