Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Minor changes for Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dugjason committed Jul 21, 2016
1 parent 9ced835 commit 33668fa
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 123 deletions.
13 changes: 12 additions & 1 deletion .rubocop.yml
@@ -1 +1,12 @@
inherit_from: .rubocop_todo.yml
inherit_from: .rubocop_todo.yml

AllCops:
Exclude:
- 'examples/**/**'
- 'test/**/**'
- 'lib/cli.rb'
- '*.gemspec'

Metrics/LineLength:
Max: 100

0 comments on commit 33668fa

Please sign in to comment.