Sha256: 1f71eac0f687bb4b098ff756a1ea2dbd55af067cb58c8912d1af7ed5e1df1f97
Contents?: true
Size: 538 Bytes
Versions: 24
Compression:
Stored size: 538 Bytes
Contents
inherit_gem: bixby: bixby_default.yml inherit_from: .rubocop_fixme.yml AllCops: TargetRubyVersion: 2.4 DisplayCopNames: true Exclude: - 'db/**/*' - 'script/**/*' - 'spec/test_app_templates/**/*' - 'vendor/**/*' - 'lib/qa_server/specs/**/*' Lint/ImplicitStringConcatenation: Exclude: - 'lib/generators/qa_server/**/*' Metrics/BlockLength: ExcludedMethods: ['included'] Exclude: - 'qa_server.gemspec' - 'spec/**/*.rb' Metrics/ClassLength: Exclude: - 'lib/qa_server/configuration.rb'
Version data entries
24 entries across 24 versions & 1 rubygems