X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f4180e4bd28cd3e096a056941515f8c57278507..f24d9bae08c650d7499f1c8ad92f7128be2610e4:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index a0533b162..f12f24a9f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,14 +1,30 @@ inherit_from: .rubocop_todo.yml +Rails: + Enabled: true + Style/BracesAroundHashParameters: EnforcedStyle: context_dependent +Style/ExtraSpacing: + AllowForAlignment: true + Style/FileName: Exclude: - 'script/deliver-message' - 'script/locale/reload-languages' - 'script/update-spam-blocks' +Style/IfInsideElse: + Enabled: false + +Style/GlobalVars: + Exclude: + - 'lib/quad_tile/extconf.rb' + +Style/GuardClause: + Enabled: false + Style/HashSyntax: EnforcedStyle: hash_rockets Exclude: