Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
f20afb29
Commit
f20afb29
authored
Sep 24, 2015
by
Tim Smith
Browse files
Use standard rubocop file
parent
d5e31f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rubocop.yml
View file @
f20afb29
...
...
@@ -5,11 +5,27 @@ AllCops:
AlignParameters
:
Enabled
:
false
ClassLength
:
Enabled
:
false
CyclomaticComplexity
:
Enabled
:
false
Documentation
:
Enabled
:
false
Encoding
:
Enabled
:
false
Style/FileName
:
Enabled
:
false
LineLength
:
Enabled
:
false
MethodLength
:
Enabled
:
false
Metrics/AbcSize
:
Enabled
:
false
PerceivedComplexity
:
Enabled
:
false
SingleSpaceBeforeFirstArg
:
Enabled
:
false
Style/ClassAndModuleChildren
:
Enabled
:
false
Style/FileName
:
Enabled
:
false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment