Sha256: 462bc5f3120bf2d50107769ac6c24b752a15473d605db35326af939558966619
Contents?: true
Size: 1.64 KB
Versions: 4
Compression:
Stored size: 1.64 KB
Contents
--- require: - rubocop-minitest - rubocop-rails - rubocop-performance - standard inherit_gem: standard: config/base.yml AllCops: NewCops: enable TargetRubyVersion: 3.0 Exclude: - 'bin/**/*' - 'db/migrate/**/*' - 'db/schema.rb' - 'vendor/**/*' Bundler/InsecureProtocolSource: Enabled: true Include: - '**/*.gemfile' - '**/Gemfile' - '**/Gemfile.tools' - '**/gems.rb' Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/LineLength: Max: 113 Layout/MultilineMethodArgumentLineBreaks: Enabled: true Layout/SpaceInLambdaLiteral: EnforcedStyle: require_space Lint/StructNewOverride: Enabled: true Metrics/AbcSize: Exclude: - 'test/**/*.rb' Metrics/ClassLength: CountComments: false Exclude: - 'test/**/*.rb' Metrics/MethodLength: CountComments: false Exclude: - 'test/**/*.rb' Metrics/ModuleLength: CountComments: false Exclude: - 'test/**/*.rb' Naming/MemoizedInstanceVariableName: EnforcedStyleForLeadingUnderscores: required Naming/PredicateName: Exclude: - 'app/helpers/application_helper.rb' Standard/SemanticBlocks: Enabled: false Style/BlockDelimiters: Enabled: true EnforcedStyle: braces_for_chaining Style/ClassAndModuleChildren: Exclude: - 'test/**/*.rb' Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: true Style/HashEachMethods: Enabled: true Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes # Rails Rails: Enabled: true Rails/SkipsModelValidations: Enabled: false Rails/UnknownEnv: Environments: - development - production - staging - test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jt_tools-0.0.18 | lib/install/.rubocop.yml |
jt_tools-0.0.17 | lib/install/.rubocop.yml |
jt_tools-0.0.16 | lib/install/.rubocop.yml |
jt_tools-0.0.15 | lib/install/.rubocop.yml |