Skip to content
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

Add support for pre-commit #179

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Add support for pre-commit #179

merged 2 commits into from
Dec 5, 2023

Conversation

kou
Copy link
Contributor

@kou kou commented Oct 18, 2023

Users can use Vala-Lint via pre-commit by adding the following entry to their .pre-commit-config.yaml:

- repo: https://github.com/vala-lang/vala-lint
  rev: master
  hooks:
  - id: vala-lint

Users can use Vala-Lint via pre-commit by adding the following entry
to their `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/vala-lang/vala-lint
  rev: master
  hooks:
  - id: vala-lint
```
@kou
Copy link
Contributor Author

kou commented Nov 13, 2023

@tintou Could you take a look at this?

@kgrubb kgrubb merged commit 8ae2bb6 into vala-lang:master Dec 5, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants