Upgrade to GitLab Styles 9
This contains upgrades RuboCop to 1.3.6 and RuboCop RSpec to 2.12.1. Notable changes here are: 1. Cops now get their namespace from all but the last and the first two components, rather than simply the last component. See https://github.com/rubocop/rubocop/pull/8490 2. There is no more TopLevelDescribe helper for Rubocop RSpec, it's now TopLevelGroup. See https://github.com/rubocop/rubocop-rspec/pull/977 3. RuboCop Rails now complains if db/schema.rb doesn't contain a schema.
显示
- .rubocop.yml 8 个添加, 1 个删除.rubocop.yml
- .rubocop_todo/capybara/visibility_matcher.yml 1 个添加, 1 个删除.rubocop_todo/capybara/visibility_matcher.yml
- .rubocop_todo/lint/binary_operator_with_identical_operands.yml 0 个添加, 15 个删除...cop_todo/lint/binary_operator_with_identical_operands.yml
- .rubocop_todo/rspec/expect_change.yml 1 个添加, 0 个删除.rubocop_todo/rspec/expect_change.yml
- .rubocop_todo/rspec/file_path.yml 3 个添加, 0 个删除.rubocop_todo/rspec/file_path.yml
- .rubocop_todo/rspec/multiple_memoized_helpers.yml 1 个添加, 0 个删除.rubocop_todo/rspec/multiple_memoized_helpers.yml
- .rubocop_todo/rspec/scattered_let.yml 1 个添加, 0 个删除.rubocop_todo/rspec/scattered_let.yml
- .rubocop_todo/style/redundant_begin.yml 4 个添加, 0 个删除.rubocop_todo/style/redundant_begin.yml
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 20 个添加, 20 个删除Gemfile.lock
- db/schema.rb 0 个添加, 5 个删除db/schema.rb
- ee/db/geo/schema.rb 0 个添加, 6 个删除ee/db/geo/schema.rb
- rubocop/cop/gitlab/duplicate_spec_location.rb 7 个添加, 6 个删除rubocop/cop/gitlab/duplicate_spec_location.rb
- rubocop/cop/rspec/any_instance_of.rb 2 个添加, 0 个删除rubocop/cop/rspec/any_instance_of.rb
- rubocop/cop/rspec/be_success_matcher.rb 2 个添加, 0 个删除rubocop/cop/rspec/be_success_matcher.rb
- rubocop/cop/rspec/env_assignment.rb 2 个添加, 0 个删除rubocop/cop/rspec/env_assignment.rb
- rubocop/cop/rspec/expect_gitlab_tracking.rb 1 个添加, 1 个删除rubocop/cop/rspec/expect_gitlab_tracking.rb
- rubocop/cop/rspec/factories_in_migration_specs.rb 2 个添加, 0 个删除rubocop/cop/rspec/factories_in_migration_specs.rb
- rubocop/cop/rspec/factory_bot/inline_association.rb 2 个添加, 0 个删除rubocop/cop/rspec/factory_bot/inline_association.rb
- rubocop/cop/rspec/have_gitlab_http_status.rb 1 个添加, 0 个删除rubocop/cop/rspec/have_gitlab_http_status.rb
加载中
想要评论请 注册 或 登录