summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3c2a48e548..9d2901a663 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,3 +4,29 @@ AllCops:
- "vendor/**/*"
- "pkg/**/*"
- "chef-config/pkg/**/*"
+Security/Eval:
+ Enabled: false
+Lint/UselessAssignment:
+ Enabled: false
+Lint/DeprecatedClassMethods:
+ Enabled: false
+Lint/ParenthesesAsGroupedExpression:
+ Enabled: false
+Lint/AmbiguousRegexpLiteral:
+ Enabled: false
+Lint/AssignmentInCondition:
+ Enabled: false
+Lint/AmbiguousBlockAssociation:
+ Enabled: false
+Lint/UnneededSplatExpansion:
+ Enabled: false
+Lint/ShadowingOuterLocalVariable:
+ Enabled: false
+Lint/EmptyWhen:
+ Enabled: false
+Lint/IneffectiveAccessModifier:
+ Enabled: false
+Lint/ShadowedException:
+ Enabled: false
+Lint/PercentStringArray:
+ Enabled: false