X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/750484d1b5adb4ab9913b181d2f26b4a5a8476d0..81408141e9901b6f30a59b5e4ecac66bf1fde4ae:/.rubocop.yml?ds=inline diff --git a/.rubocop.yml b/.rubocop.yml index 19403fed5..213eb27aa 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,9 @@ AllCops: Style/BracesAroundHashParameters: EnforcedStyle: context_dependent +Style/ExtraSpacing: + AllowForAlignment: true + Style/FileName: Exclude: - 'script/deliver-message'