Skip to content

Commit

Permalink
Remove disabling some seemingly removed rules
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jun 11, 2024
1 parent d738079 commit c41cfbf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3] - 2024-06-11

* Bump rubocop-rspec and other dependencies

## [0.0.2] - 2024-05-30

* Add Apache-2.0 license
Expand Down
21 changes: 6 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ GEM
ast (2.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parallel (1.25.1)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.64.0)
rexml (3.3.0)
strscan
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -34,19 +34,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
strscan (3.1.0)
unicode-display_width (2.5.0)
Expand Down
8 changes: 0 additions & 8 deletions rules/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ RSpec/ExampleLength:
RSpec/ExpectInHook:
Enabled: false

# Deprecated and wonky
RSpec/FilePath:
Enabled: false

RSpec/Focus:
Enabled: <%= ENV["CI"] == "true" %>

Expand Down Expand Up @@ -47,10 +43,6 @@ RSpec/NotToNot:
RSpec/SpecFilePathFormat:
Enabled: false

# where is something mentioning Rails coming from?? Built into the rspec cops?
RSpecRails/HaveHttpStatus:
Enabled: false

RSpec/RemoveConst:
Exclude:
- 'spec/**/*'
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Foobara
module RubocopRules
VERSION = "0.0.2".freeze
VERSION = "0.0.3".freeze
end
end

0 comments on commit c41cfbf

Please sign in to comment.