Skip to content

Commit

Permalink
Remove gitlint config
Browse files Browse the repository at this point in the history
This wasn't terribly useful to begin with given our commit conventions
are so simple, and removing it saves an additional build
step/dependency.
  • Loading branch information
yorickpeterse committed May 30, 2024
1 parent 81a56d6 commit 7df379a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 121 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1

gitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 10
- run: pip install gitlint
- run: git config --global --add safe.directory $PWD
- run: gitlint --commits "HEAD~9..HEAD"

cargo-clippy:
runs-on: ubuntu-latest
container:
Expand Down
19 changes: 0 additions & 19 deletions .gitlint

This file was deleted.

51 changes: 0 additions & 51 deletions gitlint/body_line_length.py

This file was deleted.

18 changes: 0 additions & 18 deletions gitlint/subject_capital.py

This file was deleted.

23 changes: 0 additions & 23 deletions gitlint/trailing_punctuation.py

This file was deleted.

0 comments on commit 7df379a

Please sign in to comment.