.rubocop.yml in gitlab-styles-9.2.0 vs .rubocop.yml in gitlab-styles-10.0.0
- old
+ new
@@ -1,13 +1,14 @@
inherit_from:
+ - .rubocop_todo.yml
- rubocop-default.yml
require:
- rubocop/cop/internal_affairs
+ - rubocop-rake
AllCops:
NewCops: disable # https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/issues/40
- SuggestExtensions: false # https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/issues/39
InternalAffairs/DeprecateCopHelper:
Enabled: true
Include:
- spec/**/*.rb