mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 09:48:32 +02:00
- Add .markdownlint.yaml with prettier-friendly config - Add .yamllint.yaml with custom rules - Enable yamllint and markdownlint in trunk.yaml - Update Go runtime to 1.26.0 - Update linter versions (checkov, golangci-lint2, osv-scanner, trufflehog) - Enable pre-push and pre-commit hooks - Update .gitignore to track .trunk/configs directory
8 lines
152 B
YAML
8 lines
152 B
YAML
rules:
|
|
quoted-strings:
|
|
required: only-when-needed
|
|
extra-allowed: ["{|}"]
|
|
key-duplicates: {}
|
|
octal-values:
|
|
forbid-implicit-octal: true
|