Sha256: 8b0a82322853f6ebd2063df6a32a12fd779f63b609bd95b6b102437755816624
Contents?: true
Size: 1.83 KB
Versions: 4
Compression:
Stored size: 1.83 KB
Contents
inherit_mode: merge: - Exclude # see: https://stackoverflow.com/a/70818366/473923 - AllowedNames AllCops: TargetRubyVersion: 2.7 DisplayCopNames: true ExtraDetails: true NewCops: enable Exclude: - ".builders/**/*" - "spec/samples/**/*" Metrics/AbcSize: Exclude: - "lib/**/questions/**/*" - "lib/**/commands/**/*" - "lib/**/r7_hotwire.rb" Metrics/PerceivedComplexity: Exclude: - "lib/**/r7_hotwire.rb" Metrics/CyclomaticComplexity: Exclude: - "lib/**/r7_hotwire.rb" Metrics/BlockLength: Exclude: - "**/spec/**/*" - "*.gemspec" IgnoredMethods: - configure - context - define - describe - draw - factory - feature - guard - included - it - let - let! - scenario - setup - shared_context - shared_examples - shared_examples_for - transaction Metrics/MethodLength: Max: 25 Layout/LineLength: Max: 200 # Ignores annotate output # IgnoredPatterns: ['\A# \*\*'] # this is renamed to AllowedPatterns and I need to come up with a template for this IgnoreCopDirectives: true Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Style/BlockComments: Enabled: false Include: - "**/spec/*" # My Preferences - Start Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Exclude: - "**/spec/**/*" Naming/MemoizedInstanceVariableName: Enabled: false Naming/VariableNumber: Exclude: - "**/spec/**/*" Naming/MethodParameterName: AllowedNames: - as Style/EmptyMethod: Exclude: - "**/spec/**/*" Metrics/ParameterLists: Exclude: - "**/spec/**/*" Layout/EmptyLineBetweenDefs: Exclude: - "**/spec/**/*" Lint/AmbiguousBlockAssociation: Exclude: - "**/spec/**/*" Style/AccessorGrouping: Enabled: false Layout/SpaceBeforeComma: Enabled: false # My Preferences - End
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
k_starter-0.1.4 | .rubocop.yml |
k_starter-0.1.3 | .rubocop.yml |
k_starter-0.1.2 | .rubocop.yml |
k_starter-0.1.1 | .rubocop.yml |