Sha256: a28c79877b5f2750e9e9164137ff2468ae7036be30b4c5470c35b004ad79b132
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
AllCops: Include: - "**/Rakefile" - "**/config.ru" Exclude: - "bin/**/*" - "Gemfile" TargetRubyVersion: 2.4 Metrics/LineLength: Enabled: false Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Layout/DotPosition: EnforcedStyle: trailing Style/IfUnlessModifier: Enabled: false Style/PredicateName: NamePrefixBlacklist: - is_ - have_ Style/StringLiterals: EnforcedStyle: double_quotes Style/NumericLiterals: Enabled: false Style/SingleLineBlockParams: Enabled: false Style/SingleLineMethods: Enabled: false Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/FrozenStringLiteralComment: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*.rb
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trupanion-0.1.2 | .rubocop.yml |
trupanion-0.1.1 | .rubocop.yml |
trupanion-0.1.0 | .rubocop.yml |