Sha256: c2fdc881833af5f69973156b018f26d787b56a68478ad145bc6f4b1c03037525

Contents?: true

Size: 1.13 KB

Versions: 8

Compression:

Stored size: 1.13 KB

Contents

Discourse/NoChdir:
  Enabled: true
  Exclude:
    - 'spec/**/*' # Specs are run sequentially, so chdir can be used
    - 'plugins/*/spec/**/*'

Discourse/NoTimeNewWithoutArgs:
  Enabled: true

Discourse/NoURIEscapeEncode:
  Enabled: true

Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
  Enabled: true
  Include:
    - '**/db/migrate/*'
    - '**/db/post_migrate/*'

Discourse/NoNokogiriHtmlFragment:
  Enabled: true

Discourse/NoResetColumnInformationInMigrations:
  Enabled: false
  Include:
    - '**/db/migrate/*'
    - '**/db/post_migrate/*'

# Specs

Discourse/NoDirectMultisiteManipulation:
  Enabled: true
  Patterns:
    - _spec.rb
    - '(?:^|/)spec/'

Discourse/TimeEqMatcher:
  Enabled: true
  Patterns:
    - _spec.rb
    - '(?:^|/)spec/'

Discourse/NoJsonParseResponse:
  Enabled: false
  Patterns:
    - _spec.rb
    - '(?:^|/)spec/'

Discourse/NoMockingJobs:
  Enabled: true
  Patterns:
    - _spec.rb
    - '(?:^|/)spec/'

Discourse/OnlyTopLevelMultisiteSpecs:
  Enabled: true
  Patterns:
    - _spec.rb
    - '(?:^|/)spec/'

Discourse/NoMixingMultisiteAndStandardSpecs:
  Enabled: true
  Patterns:
    - _spec.rb
    - '(?:^|/)spec/'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubocop-discourse-3.6.1 config/default.yml
rubocop-discourse-3.6.0 config/default.yml
rubocop-discourse-3.5.1 config/default.yml
rubocop-discourse-3.5.0 config/default.yml
rubocop-discourse-3.4.1 config/default.yml
rubocop-discourse-3.4.0 config/default.yml
rubocop-discourse-3.3.0 config/default.yml
rubocop-discourse-3.2.0 config/default.yml