Update existing cops
The major changes here are: 1. Inherit from `RuboCop::Cop::Base`, not `RuboCop::Cop::Cop`. 2. New auto-correction style - `extend RuboCop::Cop::AutoCorrector`, pass a block to `add_offense` rather than defining an `autocorrect` method. 3. `add_offense` no longer takes a `location` keyword argument. 4. Specs should not set `subject(:cop)` as that will be done automatically, and will use the config correctly.
显示
- rubocop/code_reuse_helpers.rb 1 个添加, 1 个删除rubocop/code_reuse_helpers.rb
- rubocop/cop/active_model_errors_direct_manipulation.rb 5 个添加, 5 个删除rubocop/cop/active_model_errors_direct_manipulation.rb
- rubocop/cop/active_record_association_reload.rb 2 个添加, 2 个删除rubocop/cop/active_record_association_reload.rb
- rubocop/cop/api/base.rb 6 个添加, 8 个删除rubocop/cop/api/base.rb
- rubocop/cop/api/grape_array_missing_coerce.rb 1 个添加, 1 个删除rubocop/cop/api/grape_array_missing_coerce.rb
- rubocop/cop/avoid_becomes.rb 2 个添加, 2 个删除rubocop/cop/avoid_becomes.rb
- rubocop/cop/avoid_break_from_strong_memoize.rb 1 个添加, 1 个删除rubocop/cop/avoid_break_from_strong_memoize.rb
- rubocop/cop/avoid_keyword_arguments_in_sidekiq_workers.rb 2 个添加, 2 个删除rubocop/cop/avoid_keyword_arguments_in_sidekiq_workers.rb
- rubocop/cop/avoid_return_from_blocks.rb 1 个添加, 1 个删除rubocop/cop/avoid_return_from_blocks.rb
- rubocop/cop/avoid_route_redirect_leading_slash.rb 6 个添加, 8 个删除rubocop/cop/avoid_route_redirect_leading_slash.rb
- rubocop/cop/ban_catch_throw.rb 2 个添加, 2 个删除rubocop/cop/ban_catch_throw.rb
- rubocop/cop/code_reuse/finder.rb 1 个添加, 1 个删除rubocop/cop/code_reuse/finder.rb
- rubocop/cop/code_reuse/presenter.rb 1 个添加, 1 个删除rubocop/cop/code_reuse/presenter.rb
- rubocop/cop/code_reuse/serializer.rb 1 个添加, 1 个删除rubocop/cop/code_reuse/serializer.rb
- rubocop/cop/code_reuse/service_class.rb 1 个添加, 1 个删除rubocop/cop/code_reuse/service_class.rb
- rubocop/cop/code_reuse/worker.rb 1 个添加, 1 个删除rubocop/cop/code_reuse/worker.rb
- rubocop/cop/database/disable_referential_integrity.rb 1 个添加, 1 个删除rubocop/cop/database/disable_referential_integrity.rb
- rubocop/cop/database/establish_connection.rb 2 个添加, 2 个删除rubocop/cop/database/establish_connection.rb
- rubocop/cop/database/multiple_databases.rb 2 个添加, 2 个删除rubocop/cop/database/multiple_databases.rb
- rubocop/cop/database/rescue_query_canceled.rb 1 个添加, 1 个删除rubocop/cop/database/rescue_query_canceled.rb
想要评论请 注册 或 登录