]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - .rubocop.yml
Depend on newest versions of pronto and eslint (less strictly)
[github/fretlink/pronto-hlint.git] / .rubocop.yml
1 Documentation:
2 Enabled: false
3
4 SignalException:
5 EnforcedStyle: only_raise
6
7 MultilineOperationIndentation:
8 EnforcedStyle: indented
9
10 MultilineMethodCallIndentation:
11 EnforcedStyle: indented