Sha256: 6b6447977d0836e93834b767696743b920a607edc8f3ab50400588f5d05383df
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 Bytes
Contents
inherit_gem: armitage-rubocop: - lib/rubocop.general.yml - lib/rubocop.rspec.yml AllCops: TargetRubyVersion: 3.0.0 Include: - lib/**/*.rb - spec/**/*.rb - bin/console - Rakefile - Gemfile - symbiont-ruby.gemspec - Steepfile Layout/LineLength: Max: 120 # NOTE: for code examples in tests Lint/EmptyBlock: Exclude: - spec/**/*.rb Style/RedundantBegin: Enabled: false # NOTE: for code clarity in tests RSpec/LeakyConstantDeclaration: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
symbiont-ruby-0.7.0 | .rubocop.yml |