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/tomcat-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 976c11b47ffb495c5d8fda02161bee6e50d9b68c
Choose a base ref
..
head repository: saltstack-formulas/tomcat-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5b1075662d7e1eaa15edd37b77465c7ab3bbf68
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .pre-commit-config.yaml
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -30,15 +30,15 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.36.0
rev: v1.42.0
hooks:
- id: rubocop
name: Check Ruby files with rubocop
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.2
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
@@ -59,7 +59,7 @@ repos:
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.0
rev: v6.1.1
hooks:
- id: rstcheck
name: Check reST files using rstcheck