blob: 5a772c5fb8eb0a64254e50bd55ce7808ccacdcb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
AllCops:
TargetRubyVersion: 2.5
Exclude:
- "spec/data/**/*"
- "vendor/**/*"
- "pkg/**/*"
# these have shellout examples that need to have the tabs that come with the shellout
Layout/IndentationStyle:
Exclude:
- "lib/ohai/plugins/mono.rb"
- "lib/ohai/plugins/darwin/hardware.rb"
|