X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8df838bf09d95282ba29ddde8b504e0affc5f06e..f4f77720ffdf749035e114f679d4ecd372198f98:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 9d9ce40b0..5823b5132 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -21,12 +21,18 @@ Naming/FileName: - 'hooks/*' - 'roles/*.rb' +Naming/UncommunicativeMethodParamName: + Enabled: false + Style/FrozenStringLiteralComment: EnforcedStyle: never Style/HashSyntax: EnforcedStyle: hash_rockets +Style/IfUnlessModifier: + Enabled: false + Style/StringLiterals: EnforcedStyle: double_quotes