.rubocop.yml in kamerling-0.0.2 vs .rubocop.yml in kamerling-0.0.3
- old
+ new
@@ -1,24 +1,15 @@
-AccessModifierIndentation:
- Enabled: false
+AllCops:
+ Exclude:
+ - tmp/**/*
AndOr:
Enabled: false
Documentation:
Enabled: false
-EndAlignment:
+SingleSpaceBeforeFirstArg:
Enabled: false
-
-HandleExceptions:
- Exclude:
- - lib/kamerling/server/sock.rb
-
-IndentationWidth:
- Enabled: false
-
-MethodDefParentheses:
- EnforcedStyle: require_no_parentheses
TrailingComma:
EnforcedStyleForMultiline: comma