Skip to content

Commit

Permalink
Update rubocop settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Apr 16, 2015
1 parent 86ee609 commit b30823d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .rubocop_todo.yml
Expand Up @@ -58,7 +58,7 @@ Style/BlockEndNewline:

# Offense count: 14
# Cop supports --auto-correct.
Style/Blocks:
Style/BlockDelimiters:
Enabled: false

# Offense count: 1
Expand Down Expand Up @@ -194,10 +194,6 @@ Style/RaiseArgs:
Style/RedundantReturn:
Enabled: false

# Offense count: 2
Style/RegexpLiteral:
MaxSlashes: 0

# Offense count: 10
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Expand Down
2 changes: 1 addition & 1 deletion pg_search.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'with_model', '>= 1.2'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rubocop', '>= 0.30.0'

s.required_ruby_version = ">= 1.9.2"
end

0 comments on commit b30823d

Please sign in to comment.