Skip to content

Commit

Permalink
Update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
inkstak committed Aug 21, 2024
1 parent 5e16182 commit 0078318
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
inherit_from: .rubocop_todo.yml

require:
- standard
- standard-custom
- standard-performance
- rubocop-performance
- rubocop-rspec
- rubocop-rake
- standard

inherit_gem:
standard:
- config/base.yml
- config/ruby-2.5.yml
- config/ruby-2.6.yml
- config/ruby-2.7.yml
- config/ruby-3.0.yml
standard: config/base.yml
standard-custom: config/base.yml
standard-performance: config/base.yml

AllCops:
TargetRubyVersion: 3.3
NewCops: enable
Exclude:
- '**/tmp/**/*'
- '**/vendor/**/*'

RSpec/FilePath:
SpecSuffixOnly:
true
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-01-12 07:13:01 UTC using RuboCop version 1.59.0.
# on 2024-08-21 14:58:16 UTC using RuboCop version 1.65.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down

0 comments on commit 0078318

Please sign in to comment.