Skip to content

Commit

Permalink
(PA-633) exclude acceptance from rubocop
Browse files Browse the repository at this point in the history
As in our other projects, we exclude the `acceptance` directory from rubocop
linting, as our beaker testing/structure dsl is distinctly incompatible with
the standard ruby style guidelines.

Signed-off-by: Moses Mendoza <[email protected]>
  • Loading branch information
Moses Mendoza committed Dec 2, 2016
1 parent cd33831 commit 7200681
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 @@ -3,6 +3,7 @@ AllCops:
- 'bin/**/*.rb'
- 'configs/**/*.rb'
Exclude:
- 'acceptance/**/*'
- 'resources/**/*.rb'
- 'ext/**/*'
- 'vendor/**/*'
Expand Down

0 comments on commit 7200681

Please sign in to comment.