.rubocop.yml in terracop-0.1.1 vs .rubocop.yml in terracop-0.2.0
- old
+ new
@@ -10,5 +10,13 @@
# I will use emojis!
Enabled: false
RSpec/NestedGroups:
Max: 7
+
+Style/GuardClause:
+ # Usually good, sometimes dumb.
+ Enabled: false
+
+RSpec/SubjectStub:
+ # Sometimes, there's no other way.
+ Enabled: false