summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-16 16:13:41 -0600
committermo khan <mo.khan@gmail.com>2020-09-16 16:13:41 -0600
commit91780ac0677697f1205c98b125ffc1db4a9629f9 (patch)
tree99dc8c6d30088bc4c95268c0ecd4789fa70910e1 /.rubocop.yml
parent485768d3fe3e39c8934c00b164f1fb7ddca76e6c (diff)
fix: correct linter errors
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f6d3f57..5dc64fb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -15,16 +15,8 @@ AllCops:
Cop/GemFetcher:
Enabled: false
-Naming/ClassAndModuleCamelCase:
- Exclude:
- - 'lib/license/management/report/v1_1.rb'
- - 'lib/license/management/report/v2_1.rb'
-
Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent
-
-Rails/SkipsModelValidations:
- Enabled: false