Skip to content

Commit

Permalink
update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Apr 15, 2024
1 parent 0edaae7 commit 18fcf17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ AllCops:
TargetRubyVersion: 2.7
NewCops: enable


Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
Expand Down Expand Up @@ -53,4 +52,7 @@ Metrics/BlockLength:
Enabled: false

Gemspec/RequireMFA:
Enabled: false

Style/IfUnlessModifier:
Enabled: false

0 comments on commit 18fcf17

Please sign in to comment.