Ruby static code analyzer
Linter
Metrics
Ruby cops
SUBLIME TEXT:
sublime-linter
sublime-linter-rubocop
"rubocop": {
"@disable": false,
"args": [
"-R",
"-D"
],
"excludes": []
}
"paths": { "osx": [ "/Users/stef/.rbenv/shims", "/Users/stef/.rbenv/bin", "/usr/local/share/npm/bin/" ], },
Rubocop cops
LineLength: Max: 120 Documentation: Enabled: False NegatedIf: Enabled: False SignalException: Enabled: False
RedundantBegin:
Enabled: False
NumericLiterals:
Enabled: False
StringLiterals:
Enabled: False
WordArray:
Enabled: False