aboutsummaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
blob: 48d19f3777ccd889310b45ba57962e6c796b07c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Documentation:
  Enabled: false

SignalException:
  EnforcedStyle: only_raise

MultilineOperationIndentation:
  EnforcedStyle: indented

MultilineMethodCallIndentation:
  EnforcedStyle: indented