Sha256: 8073d42aec517135413e6a91473a08b561e4252d86b96710ef147d059e36e188
Contents?: true
Size: 1.11 KB
Versions: 5
Compression:
Stored size: 1.11 KB
Contents
AllCops: NewCops: enable Layout/FirstArrayElementIndentation: Enabled: false Layout/FirstHashElementIndentation: Enabled: false Layout/LineLength: Max: 82 Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Lint/AssignmentInCondition: Enabled: false Metrics/AbcSize: Max: 30 Metrics/BlockLength: CountComments: true Max: 25 IgnoredMethods: [] Exclude: - "spec/**/*" Metrics/ClassLength: Max: 1500 Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Max: 20 Naming/FileName: Exclude: - "lib/tty-spinner.rb" Naming/BinaryOperatorParameterName: Enabled: false Style/AsciiComments: Enabled: false Style/BlockDelimiters: Enabled: false Style/CommentedKeyword: Enabled: false Style/FrozenStringLiteralComment: Exclude: - "spec/**/*" Style/LambdaCall: SupportedStyles: - call - braces Style/Semicolon: Exclude: - "spec/**/*" Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/SymbolProc: Exclude: - "spec/**/*" Style/TrivialAccessors: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems