mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +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
|
||||
args: [--fix=auto]
|
||||
- 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:
|
||||
# Remember also: --no-sort-keys
|
||||
# ASCII excludes the älphäbet amongst others
|
||||
|
Loading…
Reference in New Issue
Block a user