Skip to content

Commit

Permalink
Upgrade rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Mar 6, 2023
1 parent a22fb5c commit 4367bbb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,6 @@ Style/KeywordParametersOrder:
# Empty blocks are useful
Lint/EmptyBlock:
Enabled: false
# Bad advice, as the '' are the least powerful syntax
Style/RedundantHeredocDelimiterQuotes:
Enabled: false
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,43 +20,43 @@ GEM
diff-lcs (1.5.0)
json (2.6.3)
parallel (1.22.1)
parser (3.2.0.0)
parser (3.2.1.0)
ast (~> 2.4.1)
rainbow (3.1.1)
regexp_parser (2.6.1)
regexp_parser (2.6.2)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.1)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.12.1)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.42.0)
rubocop (1.47.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
sorbet-runtime (0.5.10607)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
sorbet-runtime (0.5.10696)
unicode-display_width (2.4.2)
unparser (0.6.6)
unparser (0.6.7)
diff-lcs (~> 1.3)
parser (>= 3.2.0)

Expand Down
1 change: 1 addition & 0 deletions spec/unit/mutant/matcher/methods/instance_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
attr_reader :warnings

def initialize
super
@warnings = []
end

Expand Down

0 comments on commit 4367bbb

Please sign in to comment.