mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Drop the --no-ports arg from .pre-commit-config.yaml
Our Meta/lint-ci.sh script doesn’t have support/handling for a --no-ports option, so there’s no need to pass such an option.
This commit is contained in:
committed by
Tim Ledbetter
parent
4eb16b144e
commit
37e0f7b381
@@ -4,7 +4,6 @@ repos:
|
||||
- id: meta-lint-ci
|
||||
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 ]
|
||||
language: system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user