.rubocop.yml in zeebe-client-0.16.0 vs .rubocop.yml in zeebe-client-0.16.1
- old
+ new
@@ -8,9 +8,12 @@
NewCops: enable
Exclude:
- 'examples/*'
- 'lib/zeebe/client/proto/*'
+Gemspec/RequireMFA:
+ Enabled: false
+
Layout/EmptyLineAfterGuardClause:
Enabled: false
# allows nicer usage of private_class_method
Layout/EmptyLinesAroundArguments: