-
- Downloads
Merge branch '50414-rubocop-rule-to-enforce-class-methods-over-module' into 'master'
Resolve "Make a Rubocop cop to prefer class_methods over ClassMethods for ActiveSupport::Concern" Closes #50414 See merge request gitlab-org/gitlab-ce!21379
No related branches found
No related tags found
Showing
- changelogs/unreleased/50414-rubocop-rule-to-enforce-class-methods-over-module.yml 5 additions, 0 deletions...414-rubocop-rule-to-enforce-class-methods-over-module.yml
- lib/api/api_guard.rb 1 addition, 1 deletionlib/api/api_guard.rb
- lib/api/projects_relation_builder.rb 1 addition, 1 deletionlib/api/projects_relation_builder.rb
- lib/gitlab/github_import/representation/expose_attribute.rb 1 addition, 1 deletionlib/gitlab/github_import/representation/expose_attribute.rb
- lib/gitlab/graphql/mount_mutation.rb 1 addition, 1 deletionlib/gitlab/graphql/mount_mutation.rb
- lib/static_model.rb 1 addition, 1 deletionlib/static_model.rb
- rubocop/cop/prefer_class_methods_over_module.rb 73 additions, 0 deletionsrubocop/cop/prefer_class_methods_over_module.rb
- rubocop/rubocop.rb 1 addition, 0 deletionsrubocop/rubocop.rb
- spec/rubocop/cop/prefer_class_methods_over_module_spec.rb 98 additions, 0 deletionsspec/rubocop/cop/prefer_class_methods_over_module_spec.rb
Please register or sign in to comment