summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <lance@osuosl.org>2020-04-17 15:18:31 -0700
committerLance Albertson <lance@osuosl.org>2020-04-17 15:18:31 -0700
commit25cf419772763a5f1cd1819bcebffdffb4717abd (patch)
tree82afadd14da413cbee42be19a5d67232dc68ea8b
parent71859822fa6d834948d139330097a954850ac308 (diff)
downloadohai-25cf419772763a5f1cd1819bcebffdffb4717abd.tar.gz
Update .rubocop.yml
The `Layout/Tab` cop has been renamed to `Layout/IndentationStyle` Signed-off-by: Lance Albertson <lance@osuosl.org>
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cc7160b9..5a772c5f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -6,7 +6,7 @@ AllCops:
- "pkg/**/*"
# these have shellout examples that need to have the tabs that come with the shellout
-Layout/Tab:
+Layout/IndentationStyle:
Exclude:
- "lib/ohai/plugins/mono.rb"
- - "lib/ohai/plugins/darwin/hardware.rb" \ No newline at end of file
+ - "lib/ohai/plugins/darwin/hardware.rb"