diff options
author | Thom May <thom@chef.io> | 2016-01-12 15:26:52 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-01-12 15:26:52 +0000 |
commit | 80cc0467f69f1e27a96bf11e4177bacf9d9a8e98 (patch) | |
tree | c3112c18053a232d8ab7f261d804f82962fbbf5f /.rubocop.yml | |
parent | e3400c0b6c53c5ba11657f21abffb1f72408d4a9 (diff) | |
download | chef-80cc0467f69f1e27a96bf11e4177bacf9d9a8e98.tar.gz |
exclude vendor dirtm/add_chefstyle
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 36782c7693..c4272bd0f4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,4 @@ AllCops: Exclude: - "spec/data/**/*" + - "vendor/**/*" |