Sha256: 6ecf1cafe3652aa37ea3827a6e962f4ff8de0de60e941d0317586fded3c5cf41
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
AllCops: TargetRubyVersion: 2.3 Style/StringLiterals: EnforcedStyle: double_quotes Style/DoubleNegation: Enabled: false Style/AndOr: EnforcedStyle: conditionals Style/SymbolArray: Enabled: false Style/SafeNavigation: Enabled: false Layout/HeredocIndentation: Enabled: false Layout/FirstParameterIndentation: EnforcedStyle: consistent Layout/EmptyLines: Enabled: false Style/NumericLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Documentation: Enabled: false Metrics/LineLength: Exclude: - spec/**/* Max: 120 Metrics/BlockLength: Exclude: - 'Rakefile' - 'spec/**/*.rb' Lint/AmbiguousBlockAssociation: Exclude: - "spec/**/*" Layout/MultilineMethodCallIndentation: Enabled: true EnforcedStyle: indented SupportedStyles: - aligned - indented Metrics/AbcSize: Enabled: true Max: 20 Metrics/MethodLength: Enabled: true CountComments: false Max: 20 Exclude: - "spec/**/*"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vimwiki_markdown-0.9.2 | .rubocop.yml |
vimwiki_markdown-0.9.1 | .rubocop.yml |
vimwiki_markdown-0.9.0 | .rubocop.yml |