mediawiki-extensions-Echo/.rubocop_todo.yml
Željko Filipin 832b1b7d99 Update RuboCop Ruby gem
Bug: T180878
Change-Id: Ie12965e4ca22731f84e9f22a4d96bf90cf63063a
2017-12-04 16:38:56 +01:00

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