Sha256: 0a10f80848396d6cad5f68cd3f4edec3172f0315e0b4a707105f362212edd91f
Contents?: true
Size: 570 Bytes
Versions: 2
Compression:
Stored size: 570 Bytes
Contents
--- inherit_gem: dox-style: - ".rubocop.yml" Env/OutsideConfig: Exclude: - "./tasks/ci.rake" Env/UndefinedVar: Exclude: - "./tasks/ci.rake" Env/UseFetch: Exclude: - "./bin/*" Metrics/BlockLength: Exclude: - "./**/*_spec*.rb" - "./*.gemspec" - "./spec/*_helper*.rb" - "./tasks/ci.rake" - "Gemfile" Metrics/ModuleLength: Exclude: - "./**/*_spec*.rb" Metrics/MethodLength: Exclude: - "./**/*_spec*.rb" Rails/ApplicationRecord: Enabled: false
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
sidekiq-instrumentation-1.1.0 | .rubocop.yml |
activerecord-instrumentation-0.3.0.jlauer2 | .rubocop.yml |