rubocop-internal-affairs.yml in gitlab-styles-11.0.0 vs rubocop-internal-affairs.yml in gitlab-styles-13.0.0
- old
+ new
@@ -7,5 +7,14 @@
- 'spec/rubocop/**/*.rb'
InternalAffairs/MissingCopDepartment:
Include:
- 'lib/rubocop/cop/**/*.rb'
+
+# Superseded by InternalAffairs/CopDescriptionWithExample
+InternalAffairs/CopDescription:
+ Enabled: false
+
+InternalAffairs/CopDescriptionWithExample:
+ Enabled: true
+ Include:
+ - 'lib/rubocop/cop/**/*.rb'