Sha256: c6f728b094103f12643cf4a40a4bb4beef0c0ad6a65b60951b11460587154ab1
Contents?: true
Size: 861 Bytes
Versions: 4
Compression:
Stored size: 861 Bytes
Contents
AllCops: TargetRubyVersion: 2.6 NewCops: enable Exclude: - 'doc/*' - 'tmp/*' - 'pkg/*' require: - rubocop-minitest - rubocop-rake Layout/LineLength: Enabled: false Lint/SuppressedException: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Rake/Desc: Enabled: false Style/BlockDelimiters: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Lambda: Enabled: false Style/NestedTernaryOperator: Enabled: false Style/RedundantBegin: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false # https://github.com/rubocop/rubocop/issues/10394 Style/SwapValues: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
git-multi-8.0.1 | .rubocop.yml |
git-multi-8.0.0 | .rubocop.yml |
git-multi-7.0.0 | .rubocop.yml |
git-multi-6.0.0 | .rubocop.yml |