config/upstream.yml in cookstyle-5.0.4 vs config/upstream.yml in cookstyle-5.1.19
- old
+ new
@@ -2342,10 +2342,10 @@
Style/ClassAndModuleChildren:
Description: 'Checks style of children classes and modules.'
StyleGuide: '#namespace-definition'
# Moving from compact to nested children requires knowledge of whether the
# outer parent is a module or a class. Moving from nested to compact requires
- # verification that the outer parent is defined elsewhere. Rubocop does not
+ # verification that the outer parent is defined elsewhere. RuboCop does not
# have the knowledge to perform either operation safely and thus requires
# manual oversight.
SafeAutoCorrect: false
AutoCorrect: false
Enabled: true