Skip to content

Commit

Permalink
Update RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
packetmonkey committed Dec 30, 2014
1 parent 70e3688 commit 7ca01aa
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
30 changes: 28 additions & 2 deletions .rubocop.yml
Expand Up @@ -13,8 +13,6 @@ DotPosition:
Enabled: false
EmptyLinesAroundAccessModifier:
Enabled: false
EmptyLinesAroundBody:
Enabled: false
IndentationConsistency:
Enabled: false
TrailingWhitespace:
Expand Down Expand Up @@ -73,6 +71,34 @@ FormatString:
Enabled: false
AlignArray:
Enabled: false
EmptyLinesAroundBlockBody:
Enabled: false
EmptyLinesAroundClassBody:
Enabled: false
UnusedMethodArgument:
Enabled: false
EmptyElse:
Enabled: false
GuardClause:
Enabled: false
AbcSize:
Enabled: false
SymbolProc:
Enabled: false
ElseAlignment:
Enabled: false
PerceivedComplexity:
Enabled: false
EachWithObject:
Enabled: false
MultilineOperationIndentation:
Enabled: false
EmptyLinesAroundModuleBody:
Enabled: false
Next:
Enabled: false
UnusedBlockArgument:
Enabled: false

# Possibly won't remove due to intentional style decisions
SignalException:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.0
- rbx-2
- jruby-19mode

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,4 +10,4 @@ task :default => [:rubocop, :spec]
desc "Run all rspec files"
RSpec::Core::RakeTask.new("spec")

Rubocop::RakeTask.new
RuboCop::RakeTask.new
2 changes: 1 addition & 1 deletion ttfunk.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rdoc')
spec.add_development_dependency('rspec')
spec.add_development_dependency('rake')
spec.add_development_dependency('rubocop', '0.20.1')
spec.add_development_dependency('rubocop', '0.28.0')

spec.authors = ["Gregory Brown","Brad Ediger","Daniel Nelson",
"Jonathan Greenberg","James Healy"]
Expand Down

0 comments on commit 7ca01aa

Please sign in to comment.