X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/57779fc16fc2ceb83e9b8d36bbdd23aaaa2c3291..207e653d22850b200e5dd83f2219e0c9021b69dd:/.rubocop.yml?ds=inline diff --git a/.rubocop.yml b/.rubocop.yml index dfd51c01e..5db1a3104 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,10 +3,6 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.3 -Layout/AlignParameters: - Exclude: - - '**/metadata.rb' - Layout/ExtraSpacing: AllowForAlignment: true @@ -19,9 +15,6 @@ Naming/UncommunicativeMethodParamName: Style/HashSyntax: EnforcedStyle: hash_rockets -Style/IfUnlessModifier: - Enabled: false - Style/NumericPredicate: EnforcedStyle: predicate