mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 18:29:23 +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
3 lines
109 B
YAML
3 lines
109 B
YAML
# Prettier friendly markdownlint config (all formatting rules disabled)
|
|
extends: markdownlint/style/prettier
|