8000 add the fluent hook conf file by sylvestre · Pull Request #8237 · uutils/coreutils · GitHub
[go: up one dir, main page]

Skip to content

add the fluent hook conf file #8237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add a fluent precommit hook
  • Loading branch information
sylvestre committed Jun 21, 2025
commit 599a958454cdfb095f75d247f34908ced0e5a409
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ repos:
args: [ --fix=lf ]
- id: trailing-whitespace

- repo: https://github.com/uutils/pre-commit-fluent-hook
rev: v0.0.1
hooks:
- id: check-fluent

- repo: local
hooks:
- id: rust-linting
Expand Down
Loading
0