Skip to content

Commit

Permalink
add string literal cops and symbol literal cop to rubocop-cache-ventures
Browse files Browse the repository at this point in the history
and bump version to 1.1.0
  • Loading branch information
danarnold committed Apr 11, 2024
1 parent e337d68 commit 094027b
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 094027b

Please sign in to comment.