cut v0.58.0
[Homebrew/homebrew-cask-versions.git] / .rubocop.yml
blobd74e5a3881f3a1f0bf37ef9fddb317b04eaec01a
1 inherit_from: .rubocop_todo.yml
3 AllCops:
4   Exclude:
5     - '**/Gemfile'
6     - '**/Rakefile'
7     - '**/brew-cask.rb'
8     - 'developer/**/*'
9     - 'lib/**/*'
10     - 'spec/**/*'
11     - 'test/**/*'
13 Metrics/LineLength:
14   Exclude:
15     - Casks/**/*
17 Style/BarePercentLiterals:
18   EnforcedStyle: percent_q
20 Style/FileName:
21   Exclude:
22     - Casks/**/*