repo.or.cz
/
Homebrew
/
homebrew-cask-versions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut v0.58.0
[Homebrew/homebrew-cask-versions.git]
/
.rubocop.yml
blob
d74e5a3881f3a1f0bf37ef9fddb317b04eaec01a
1
inherit_from: .rubocop_todo.yml
2
3
AllCops:
4
Exclude:
5
- '**/Gemfile'
6
- '**/Rakefile'
7
- '**/brew-cask.rb'
8
- 'developer/**/*'
9
- 'lib/**/*'
10
- 'spec/**/*'
11
- 'test/**/*'
12
13
Metrics/LineLength:
14
Exclude:
15
- Casks/**/*
16
17
Style/BarePercentLiterals:
18
EnforcedStyle: percent_q
19
20
Style/FileName:
21
Exclude:
22
- Casks/**/*