mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
60a08f925c
All scenarios that are passing are enabled to run in Jenkins. (The commit increases the number of passing scenarios from 2 to 18.) Bug: T126966 Change-Id: I9789ca42717133120197c4625bb8dad4ea496aa8
24 lines
357 B
YAML
24 lines
357 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
StyleGuideCopsOnly: true
|
|
|
|
# uncomment when the offense is fixed
|
|
# Metrics/LineLength:
|
|
# Max: 100
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Style/Alias:
|
|
Enabled: false
|
|
|
|
Style/SignalException:
|
|
Enabled: false
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: single_quotes
|
|
|
|
Style/TrivialAccessors:
|
|
ExactNameMatch: true
|