]> git.openstreetmap.org Git - rails.git/blob - .rubocop.yml
Only apply data browser CSS rules in the data browser
[rails.git] / .rubocop.yml
1 inherit_from: .rubocop_todo.yml
2
3 AllCops:
4    RunRailsCops: true
5
6 Style/BracesAroundHashParameters:
7   EnforcedStyle: context_dependent
8
9 Style/FileName:
10   Exclude:
11     - 'script/deliver-message'
12     - 'script/locale/reload-languages'
13     - 'script/update-spam-blocks'
14
15 Style/GlobalVars:
16   Exclude:
17     - 'lib/quad_tile/extconf.rb'
18     
19 Style/HashSyntax:
20   EnforcedStyle: hash_rockets
21   Exclude:
22     - 'lib/tasks/testing.rake'
23     - 'config/initializers/wrap_parameters.rb'
24
25 Style/StringLiterals:
26   EnforcedStyle: double_quotes