X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/16da03aacb264c1703d8bd4fab5c58c78745be00..a6b84a0294a2929006ff056f56103be549c5b5a2:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index a0533b162..dce00b925 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,6 +9,10 @@ Style/FileName: - 'script/locale/reload-languages' - 'script/update-spam-blocks' +Style/GlobalVars: + Exclude: + - 'lib/quad_tile/extconf.rb' + Style/HashSyntax: EnforcedStyle: hash_rockets Exclude: