mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Meta: Migrate deprecated pre-commit stage names
> [WARNING] hook id `meta-lint-ci` uses deprecated stage names (commit) > which will be removed in a future version. > run: `pre-commit migrate-config` to automatically fix this.
This commit is contained in:
@@ -5,7 +5,7 @@ repos:
|
||||
name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
|
||||
entry: bash Meta/lint-ci.sh
|
||||
args: [ --no-ports ]
|
||||
stages: [ commit ]
|
||||
stages: [ pre-commit ]
|
||||
language: system
|
||||
|
||||
- id: meta-lint-ports
|
||||
@@ -13,7 +13,7 @@ repos:
|
||||
entry: Meta/lint-ports.py
|
||||
pass_filenames: false
|
||||
files: ^Ports/
|
||||
stages: [ commit ]
|
||||
stages: [ pre-commit ]
|
||||
language: system
|
||||
|
||||
- id: meta-lint-commit
|
||||
|
||||
Reference in New Issue
Block a user