repo.or.cz
/
tails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating SquashFS sort file
[tails.git]
/
features
/
.rubocop.yml
blob
f9f9f57f378b80eac211be92c9a4542c2c210e78
1
inherit_from: ../.rubocop.yml
2
3
Metrics/BlockLength:
4
AllowedMethods:
5
# Cucumber
6
- 'Given'
7
- 'When'
8
- 'Then'
9
- 'But'
10
- 'After'
11
- 'AfterConfiguration'
12
- 'Before'
13
- 'BeforeFeature'
14
15
Naming/VariableName:
16
EnforcedStyle: snake_case
17
Enabled: false
18
19
Style/GlobalVars:
20
Description: Our test suite relies heavily on this design pattern.
21
Enabled: false