summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-29 16:20:46 -0800
committerGitHub <noreply@github.com>2019-12-29 16:20:46 -0800
commit85fe63faefc22dca32c62c5d2d63d8e3c7a3e5ce (patch)
tree9228076d0fb57f399bb8913d504a7df64838c2f1 /.rubocop.yml
parentda21a6a7908bb7796a6a3bde3223dbc86ed63121 (diff)
parent197b58ee79c4435edeca8a5fbf1b024b5c0810b8 (diff)
downloadwmi-lite-85fe63faefc22dca32c62c5d2d63d8e3c7a3e5ce.tar.gz
Merge pull request #12 from chef/testing
Add necessary dev deps to the Gemfile + Chefstyle autocorrect
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 0000000..02323b3
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,8 @@
+Lint/UselessAssignment:
+ Exclude:
+ - 'lib/wmi-lite/wmi.rb'
+ - 'spec/unit/wmi_spec.rb'
+
+Lint/Void:
+ Exclude:
+ - 'spec/unit/wmi_spec.rb'