Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed May 26, 2017
1 parent 7e1f196 commit 48c6535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ engines:
fixme:
enabled: false
rubocop:
enabled: true
enabled: false
ratings:
paths:
- Gemfile.lock
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ Style/ClassAndModuleCamelCase:
- lib/elftools/structs.rb
- lib/elftools/constants.rb

Style/EndOfLine:
EnforcedStyle: lf

Style/PercentLiteralDelimiters:
Enabled: false

0 comments on commit 48c6535

Please sign in to comment.