summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-01-12 17:36:16 +0000
committerThom May <thom@may.lt>2016-01-12 17:37:01 +0000
commitdceb4661c1b11c0e0930301d7e7694a15d3a448f (patch)
tree1a21816b9d0cdd10e7a1cdfa2b51e1a5ccaeed60 /.rubocop.yml
parentb9ee1e1850e3b79d8a81dbe74cdfe409f4728e9e (diff)
downloadohai-dceb4661c1b11c0e0930301d7e7694a15d3a448f.tar.gz
Enable ChefStyle per RFC 64tm/chefstyle
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 00000000..bb40a25f
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,6 @@
+AllCops:
+ Exclude:
+ - "spec/data/**/*"
+ - "vendor/**/*"
+ - "pkg/**/*"
+ - "spec/unit/plugins/darwin/system_profiler_output.rb"