X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bf1b9a9b6038c9e906133e9a981cc91b9512237d..d3373754f0a2ad9a5868a8a79dd542ee8b53c132:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index cbd62a052..c211cc2fd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -35,10 +35,7 @@ Naming/FileName: - 'script/locale/reload-languages' - 'script/update-spam-blocks' -Naming/UncommunicativeMethodParamName: - Enabled: false - -Rails/ApplicationRecord: +Naming/MethodParameterName: Enabled: false Rails/CreateTableWithTimestamps: