mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-25 11:44:13 +01:00
.pre-commit-config.yaml: exclude browser extension policies from pretty-format-json
This commit is contained in:
parent
e343e80858
commit
3e85fad4f7
@ -52,6 +52,9 @@ repos:
|
|||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
args: [--fix=auto]
|
args: [--fix=auto]
|
||||||
- id: pretty-format-json
|
- id: pretty-format-json
|
||||||
|
# Breaks AdNauseam/uBlock Origin rules as the browser interprets
|
||||||
|
# values to be set for empty options.
|
||||||
|
exclude: ^etc\/firefox\/policies\/policies.json|etc\/opt\/chromium\/policies\/managed\/aminda-extensions.json$
|
||||||
args:
|
args:
|
||||||
# Remember also: --no-sort-keys
|
# Remember also: --no-sort-keys
|
||||||
# ASCII excludes the älphäbet amongst others
|
# ASCII excludes the älphäbet amongst others
|
||||||
|
Loading…
Reference in New Issue
Block a user