Skip to content

Commit

Permalink
Merge pull request #1 from cacheventures/add_string_literals
Browse files Browse the repository at this point in the history
Add string literal cops and symbol literal cop
  • Loading branch information
danarnold authored Apr 11, 2024
2 parents e337d68 + 094027b commit 5586690
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/rubocop-cache-ventures.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|

s.license = 'MIT'

s.version = '1.0.1'
s.version = '1.1.0'
s.platform = Gem::Platform::RUBY

s.add_dependency 'rubocop'
Expand Down
9 changes: 9 additions & 0 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ Security:
Style/ReturnNil:
Enabled: true

Style/StringLiterals:
Enabled: true

Style/StringLiteralsInInterpolation:
Enabled: true

Style/SymbolLiteral:
Enabled: true

Minitest/AssertEqual:
Enabled: true

Expand Down

0 comments on commit 5586690

Please sign in to comment.