diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 425a9e8c..9f82e5e8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,7 @@ require: rubocop-performance AllCops: + NewCops: enable TargetRubyVersion: 2.5 Exclude: - "spec/data/**/*" @@ -14,4 +15,7 @@ Layout/IndentationStyle: - "lib/ohai/plugins/darwin/hardware.rb" Performance/Caller: + Enabled: false + +Performance/CollectionLiteralInLoop: Enabled: false
\ No newline at end of file |