.rubocop.yml in rubocop-minitest-0.19.1 vs .rubocop.yml in rubocop-minitest-0.20.0
- old
+ new
@@ -7,11 +7,11 @@
- rubocop-performance
- rubocop-minitest
AllCops:
NewCops: enable
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.6
SuggestExtensions: false
InternalAffairs/NodeMatcherDirective:
Enabled: false
@@ -26,10 +26,15 @@
- define_singleton_method
- def_node_matcher
- def_node_search
Naming/InclusiveLanguage:
+ Enabled: true
+ CheckStrings: true
FlaggedTerms:
+ behaviour:
+ Suggestions:
+ - behavior
offence:
Suggestions:
- offense
Style/FormatStringToken: