diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-01 11:39:35 +0300 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-01 11:39:35 +0300 |
commit | d3ab5c3ee86a3e36aa1d0c064d89c33224789064 (patch) | |
tree | 35c4be20f4159a0aa29f1dbc496e45f8d47949e7 /.sync.yml | |
parent | e764dc27e0dbeccd36d3d9d11bebc25f8cb39e3a (diff) | |
download | puppet-augeas_core-d3ab5c3ee86a3e36aa1d0c064d89c33224789064.tar.gz puppet-augeas_core-d3ab5c3ee86a3e36aa1d0c064d89c33224789064.tar.bz2 |
(MODULES-11197) Use correct cop names
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -2,25 +2,25 @@ default_configs: Style/SignalException: Enabled: false - Layout/IndentHeredoc: + Style/DoubleNegation: Enabled: false - Metrics/BlockNesting: + Style/MultipleComparison: Enabled: false - Metrics/LineLength: + Style/NumericPredicate: Enabled: false - Style/AccessorMethodName: + Style/SignalException: Enabled: false - Style/DoubleNegation: + Layout/HeredocIndentation: Enabled: false - Style/MultipleComparison: + Layout/LineLength: Enabled: false - Style/NumericPredicate: + Metrics/BlockNesting: Enabled: false - Style/PredicateName: + Naming/AccessorMethodName: Enabled: false - Style/SignalException: + Naming/PredicateName: Enabled: false - Style/VariableName: + RSpec/VariableName: Enabled: false Gemfile: optional: |