Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
rubocop: exclude ruby dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 3, 2014
1 parent 36e728c commit 9b7f340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ AllCops:
Excludes:
- test/**
- vendor/**
- ruby/**

AlignParameters:
Enabled: false
Expand Down

0 comments on commit 9b7f340

Please sign in to comment.