Sha256: a2fd7ba02dc65d92f004893253aa8ddb8a9abcfdf4e2ef043acb52f60ffed36d
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
inherit_from: - .rubocop.ruby.yml - .rubocop.rspec.yml require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.6 Naming/FileName: Exclude: - "Gemfile" - "Rakefile" - "bin/*" StringLiterals: EnforcedStyle: double_quotes Style/Documentation: Enabled: false RSpec/MultipleExpectations: Max: 5 RSpec/LeakyConstantDeclaration: Enabled: false RSpec/DescribedClass: EnforcedStyle: described_class
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xaiml-0.1.5 | .rubocop.yml |
xaiml-0.1.4 | .rubocop.yml |