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