summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-27 10:31:04 -0700
committerTim Smith <tsmith@chef.io>2018-03-27 10:32:03 -0700
commitdd8d02e42e14f9fec5786a73cbf78c305fdf02f7 (patch)
treebe37270028ed6183b7331168ab62006acff31052 /.rubocop.yml
parent909456260c5c66b87e763e4b01daf799db9c36d1 (diff)
downloadohai-dd8d02e42e14f9fec5786a73cbf78c305fdf02f7.tar.gz
Exclude example output from rubocop rules & remove changelog generator gem
This gets our build green again Signed-off-by: Tim Smith <tsmith@chef.io>
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
index bb40a25f..f1e7a135 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,3 +4,9 @@ AllCops:
- "vendor/**/*"
- "pkg/**/*"
- "spec/unit/plugins/darwin/system_profiler_output.rb"
+
+# these have shellout examples that need to have the tabs that come with the shellout
+Layout/Tab:
+ Exclude:
+ - "lib/ohai/plugins/mono.rb"
+ - "lib/ohai/plugins/darwin/hardware.rb"