Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 6 additions & 15 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,10 @@ plugins:
- rubocop-rake
- rubocop-rspec

AllCops:
NewCops: enable
inherit_from:
- https://raw.githubusercontent.com/bsm/misc/refs/heads/main/rubocop/default.yml
- https://raw.githubusercontent.com/bsm/misc/refs/heads/main/rubocop/rspec.yml

Style/FrozenStringLiteralComment:
Enabled: false
Layout/SpaceInsideBlockBraces:
SpaceBeforeBlockParameters: false

RSpec/ExampleLength:
Enabled: false
RSpec/IndexedLet:
Enabled: false
RSpec/NamedSubject:
Enabled: false
RSpec/MultipleExpectations:
Enabled: false
inherit_mode:
merge:
- Exclude
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gemspec
gem 'bundler'
gem 'rake'
gem 'rspec'
gem 'rubocop-bsm'
gem 'rubocop'
gem 'rubocop-rake'
gem 'rubocop-rspec'
15 changes: 4 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
ast (2.4.3)
diff-lcs (1.6.2)
google-protobuf (3.25.8)
json (2.15.2)
json (2.16.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
parallel (1.27.0)
Expand Down Expand Up @@ -49,15 +49,6 @@ GEM
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-bsm (0.6.1)
rubocop (~> 1.0)
rubocop-performance
rubocop-rake
rubocop-rspec
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
Expand All @@ -77,7 +68,9 @@ DEPENDENCIES
pbio!
rake
rspec
rubocop-bsm
rubocop
rubocop-rake
rubocop-rspec

BUNDLED WITH
2.7.2