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: af69306a412e83069c3f774611041469559b850c
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: 1a4da1a0a41a4df5eeb79cb0d07cf37e601b1e9c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .pre-commit-config.yaml
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ ci:
autoupdate_schedule: quarterly
skip: []
submodules: false
default_stages: [Nonepre-commitNone]
default_stages: [pre-commit]
repos:
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
rev: v2.3.0
@@ -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.66.1
rev: v1.69.2
hooks:
- id: rubocop
name: Check Ruby files with rubocop