diff options
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 22 |
1 files changed, 12 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: @@ -50,6 +50,8 @@ appveyor.yml: delete: true .github/workflows/auto_release.yml: unmanaged: false +.github/workflows/release.yml: + unmanaged: false .gitlab-ci.yml: delete: true |