mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
|
# This configuration was generated by
|
||
|
# `rubocop --auto-gen-config`
|
||
|
# on 2017-12-04 16:37:27 +0100 using RuboCop version 0.51.0.
|
||
|
# The point is for the user to remove these configuration records
|
||
|
# one by one as the offenses are removed from the code base.
|
||
|
# Note that changes in the inspected code, or installation of new
|
||
|
# versions of RuboCop, may require this file to be generated again.
|
||
|
|
||
|
# Offense count: 1
|
||
|
# Cop supports --auto-correct.
|
||
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
|
# SupportedStyles: empty_lines, no_empty_lines
|
||
|
Layout/EmptyLinesAroundBlockBody:
|
||
|
Exclude:
|
||
|
- 'tests/rspec/notification_spec.rb'
|
||
|
|
||
|
# Offense count: 2
|
||
|
# Configuration parameters: Blacklist.
|
||
|
# Blacklist: END, (?-mix:EO[A-Z]{1})
|
||
|
Naming/HeredocDelimiterNaming:
|
||
|
Exclude:
|
||
|
- 'jsduck_custom_tags.rb'
|
||
|
|
||
|
# Offense count: 2
|
||
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||
|
# SupportedStyles: snake_case, camelCase
|
||
|
Naming/VariableName:
|
||
|
Exclude:
|
||
|
- 'tests/browser/features/support/echo_api_helper.rb'
|
||
|
|
||
|
# Offense count: 1
|
||
|
# Configuration parameters: MinBodyLength.
|
||
|
Style/GuardClause:
|
||
|
Exclude:
|
||
|
- 'jsduck_custom_tags.rb'
|
||
|
|
||
|
# Offense count: 2
|
||
|
# Cop supports --auto-correct.
|
||
|
# Configuration parameters: AllowMultipleReturnValues.
|
||
|
Style/RedundantReturn:
|
||
|
Exclude:
|
||
|
- 'jsduck_custom_tags.rb'
|
||
|
|
||
|
# Offense count: 1
|
||
|
# Cop supports --auto-correct.
|
||
|
# Configuration parameters: MinSize, SupportedStyles.
|
||
|
# SupportedStyles: percent, brackets
|
||
|
Style/SymbolArray:
|
||
|
EnforcedStyle: brackets
|