2017-12-04 15:38:56 +00:00
|
|
|
# This configuration was generated by
|
|
|
|
# `rubocop --auto-gen-config`
|
2017-12-19 02:37:46 +00:00
|
|
|
# on 2017-12-19 17:22:54 +0100 using RuboCop version 0.51.0.
|
2017-12-04 15:38:56 +00:00
|
|
|
# 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: 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
|