Mercurial > dotfiles
comparison .zfun/zsh-autosuggestions/.rubocop.yml @ 467:e1ce8897030d
zsh: import df6f6f9ff41 of zsh-autosuggestions
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 03 Dec 2018 22:37:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
466:f248cf012d9a | 467:e1ce8897030d |
---|---|
1 # Rails: | |
2 # Enabled: true | |
3 | |
4 AllCops: | |
5 TargetRubyVersion: 2.3 | |
6 Include: | |
7 - '**/Rakefile' | |
8 - '**/config.ru' | |
9 - '**/Gemfile' | |
10 | |
11 Metrics/LineLength: | |
12 Max: 120 | |
13 | |
14 Style/Documentation: | |
15 Enabled: false | |
16 | |
17 Style/DotPosition: | |
18 EnforcedStyle: trailing | |
19 | |
20 Style/FrozenStringLiteralComment: | |
21 Enabled: false | |
22 | |
23 Style/Lambda: | |
24 Enabled: false | |
25 | |
26 Style/MultilineMethodCallIndentation: | |
27 EnforcedStyle: indented | |
28 | |
29 Style/TrailingUnderscoreVariable: | |
30 Enabled: false |