Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saltstack-formulas/rspamd-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 223c6bd588fb9c601a726aadfaa98bf2300188b7
Choose a base ref
..
head repository: saltstack-formulas/rspamd-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a13dfa5792262838ef246c10dec325e961519bc5
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 .pre-commit-config.yaml
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.42.0
rev: v1.49.0
hooks:
- id: rubocop
name: Check Ruby files with rubocop
@@ -45,21 +45,21 @@ repos:
files: ^.*\.(sh|bash|ksh)$
types: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.30.0
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
args: [--strict, '.']
always_run: true
pass_filenames: false
- repo: https://github.com/warpnet/salt-lint
rev: v0.8.0
rev: v0.9.2
hooks:
- id: salt-lint
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
rev: v6.1.2
hooks:
- id: rstcheck
name: Check reST files using rstcheck