Sha256: d70126cf1a7c9e1df49a65fc84756eaf8afa9df20b25eb8ad513a71457738407
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# This is the default configuration file with all checking enabled. It is also # the configuration used to check the rubocop source code. Encoding: Enabled: true LineLength: Enabled: true Tab: Enabled: true TrailingWhitespace: Enabled: true Indentation: Enabled: true EmptyLines: Enabled: true SpaceAroundOperators: Enabled: true SpaceAroundBraces: Enabled: true SpaceInsideParens: Enabled: true SpaceInsideBrackets: Enabled: true SpaceAfterComma: Enabled: true SpaceAfterSemicolon: Enabled: true SpaceAfterColon: Enabled: true HashSyntax: Enabled: true EndOfLine: Enabled: true NumericLiterals: Enabled: true AlignParameters: Enabled: true DefWithParentheses: Enabled: true DefWithoutParentheses: Enabled: true IfWithSemicolon: Enabled: true MultilineIfThen: Enabled: true OneLineConditional: Enabled: true MultilineBlocks: Enabled: true SingleLineBlocks: Enabled: true ParameterLists: Enabled: true StringLiterals: Enabled: true MultilineTernaryOperator: Enabled: true NestedTernaryOperator: Enabled: true UnlessElse: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-0.3.0 | .rubocop.yml |