Skip to content

Instantly share code, notes, and snippets.

@dsander
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsander/6e55b05fd986194162a2 to your computer and use it in GitHub Desktop.
Save dsander/6e55b05fd986194162a2 to your computer and use it in GitHub Desktop.
Huginn rubocop offences
1288 Style/HashSyntax
231 Metrics/LineLength
134 Metrics/AbcSize
116 Metrics/MethodLength
103 Style/IndentHash
98 Style/Blocks
95 Style/BracesAroundHashParameters
91 Style/SpaceAroundOperators
85 Style/TrailingComma
71 Style/SpaceInsideBlockBraces
54 Style/PercentLiteralDelimiters
53 Style/GuardClause
52 Style/TrailingWhitespace
48 Style/Tab
46 Style/IndentationWidth
41 Style/RedundantSelf
40 Style/EmptyLinesAroundBlockBody
38 Metrics/CyclomaticComplexity
38 Style/SignalException
35 Style/TrailingBlankLines
31 Metrics/PerceivedComplexity
31 Rails/Output
27 Style/SpaceAfterComma
24 Lint/UnusedBlockArgument
22 Lint/UselessAssignment
22 Style/AndOr
19 Rails/Validation
19 Style/IfUnlessModifier
16 Style/AlignHash
16 Style/CaseIndentation
16 Style/ColonMethodCall
15 Style/SpaceInsideBrackets
14 Style/WordArray
13 Lint/UnusedMethodArgument
13 Style/MultilineOperationIndentation
12 Style/Next
11 Style/ClassAndModuleChildren
11 Style/FirstParameterIndentation
11 Style/MethodCallParentheses
10 Lint/UnderscorePrefixedVariableName
10 Style/EmptyLinesAroundClassBody
10 Style/GlobalVars
10 Style/PerlBackrefs
10 Style/PredicateName
10 Style/Semicolon
9 Style/EmptyLines
9 Style/Lambda
9 Style/RaiseArgs
8 Style/AlignParameters
8 Style/EmptyLinesAroundModuleBody
8 Style/LeadingCommentSpace
7 Style/DeprecatedHashMethods
7 Style/EachWithObject
7 Style/SpaceAroundEqualsInParameterDefault
6 Metrics/BlockNesting
6 Style/IndentationConsistency
6 Style/RescueModifier
6 Style/SpaceInsideParens
5 Lint/ShadowingOuterLocalVariable
5 Style/CaseEquality
5 Style/DoubleNegation
5 Style/MultilineBlockLayout
5 Style/NegatedIf
5 Style/RedundantReturn
5 Style/SpaceBeforeBlockBraces
5 Style/TrivialAccessors
5 Style/VariableName
4 Lint/BlockAlignment
4 Style/Alias
4 Style/MethodDefParentheses
3 Style/AccessorMethodName
3 Style/BlockEndNewline
3 Style/IndentArray
3 Style/Not
3 Style/SpaceBeforeComma
2 Lint/AmbiguousOperator
2 Lint/HandleExceptions
2 Lint/StringConversionInInterpolation
2 Style/AccessModifierIndentation
2 Style/BarePercentLiterals
2 Style/EmptyElse
2 Style/MultilineBlockChain
2 Style/RedundantBegin
2 Style/SpecialGlobalVars
2 Style/SymbolProc
2 Style/UnneededPercentQ
1 Lint/AmbiguousRegexpLiteral
1 Lint/DefEndAlignment
1 Lint/RescueException
1 Lint/UselessAccessModifier
1 Lint/Void
1 Rails/Delegate
1 Style/AlignArray
1 Style/ClassVars
1 Style/CommentIndentation
1 Style/DotPosition
1 Style/NilComparison
1 Style/NonNilCheck
1 Style/SingleSpaceBeforeFirstArg
1 Style/WhileUntilModifier
--
3364 Total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment