Skip to content

Commit

Permalink
Make lint check ignore *.patch files, as those can legally have trailing
Browse files Browse the repository at this point in the history
whitespace or end the file with blank lines.
  • Loading branch information
Dead2 committed May 15, 2024
1 parent 5f31922 commit 7cf62aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
with:
fetch-depth: 0

- name: Ignore files
shell: bash
run: echo "*.patch" >> .gitignore

- name: Whitespace errors
run: |
git config core.whitespace blank-at-eol
Expand Down

0 comments on commit 7cf62aa

Please sign in to comment.