X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/baf10cd39289cd7e94a819305e46f43e85a136c6..5cbd4038edb32b0304bd766e70fc680ea447b52b:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 8187b2696..c05a1ca79 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,3 +2,9 @@ inherit_from: .rubocop_todo.yml Style/BracesAroundHashParameters: EnforcedStyle: context_dependent + +Style/FileName: + Exclude: + - 'script/deliver-message' + - 'script/locale/reload-languages' + - 'script/update-spam-blocks'