X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8df838bf09d95282ba29ddde8b504e0affc5f06e..4e2cced9d45ffc653349dc6b1d04906e306b4914:/.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