Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614881
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 10:30 AM
Size
736 B
Mime Type
text/x-diff
Expires
Mon, Mar 23, 10:30 AM (19 h, 31 m)
Engine
blob
Format
Raw Data
Handle
353928
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/.rubocop.yml b/.rubocop.yml
index 00a3356..ab65fc2 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,31 +1,31 @@
AllCops:
DisplayCopNames: true
Exclude:
- 'lib/capistrano/**/*'
- - 'vendor/bootstrap_form/**/*'
+ - 'vendor/**/*'
Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 16
Documentation:
Enabled: false
Style/NegatedIf:
Enabled: false
Style/Not:
Enabled: false
Style/WordArray:
Enabled: false
Style/TrailingComma:
Enabled: false
Style/BlockDelimiters:
Enabled: false
Style/TrailingBlankLines:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Lint/HandleExceptions:
Enabled: false
Event Timeline
Log In to Comment