diff options
| author | mokha <mokha@cisco.com> | 2019-04-30 10:09:15 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-04-30 10:09:15 -0600 |
| commit | 59b8c021b5882eca1ac0b6afc85b7a7ecf0414ab (patch) | |
| tree | a83b9d7fe98b8e4d1fc75665bac0e948faf3723d /.rubocop.yml | |
| parent | fedeebcaf06815c4fc6506835d56a236f3a62616 (diff) | |
fix linter errors
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index f1b7cd2..6c24a0d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,3 +6,9 @@ AllCops: - 'tmp/**/*' - 'vendor/**/*' TargetRubyVersion: 2.5 + +Layout/AlignParameters: + EnforcedStyle: with_fixed_indentation + +Naming/RescuedExceptionsVariableName: + PreferredName: error |
