Logo
Explore Help
Sign In
jesus/Vapora
1
0
Fork 0
You've already forked Vapora
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Vapora/.vale/styles/Google/FirstPerson.yml

14 lines
277 B
YAML
Raw Normal View History

fix: End-of-file and trailing-whitespace pre-commit compliance Resolve pre-commit hook formatting failures for multiple files: **Files Fixed:** - .woodpecker/Dockerfile — Add missing final newline - .woodpecker/Dockerfile.cross — Add missing final newline - justfiles/ci.just — Remove trailing whitespace from recipe definitions - docs/setup/tracking-setup.md — Add missing final newline - crates/vapora-backend/src/api/provider_metrics.rs — Add missing final newline **Hooks Passing:** ✅ end-of-file-fixer — Files now have proper final newlines ✅ trailing-whitespace — Removed all trailing spaces ✅ mixed-line-ending — Line endings normalized These changes ensure the pre-commit framework can properly validate file formatting without blocking commits on infrastructure issues.
2026-01-11 21:42:00 +00:00
extends: existence
message: "Avoid first-person pronouns such as '%s'."
link: 'https://developers.google.com/style/pronouns#personal-pronouns'
ignorecase: true
level: warning
nonword: true
tokens:
- (?:^|\s)I\s
- (?:^|\s)I,\s
- \bI'm\b
- \bme\b
- \bmy\b
- \bmine\b
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 14ms Template: 1ms
English
English Español
Licenses API