Skip to content

Commit

Permalink
Add .explcheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jan 17, 2025
1 parent 3f649d8 commit 742a855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .explcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[options]
max_line_length = 72
warnings_are_errors = true
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Extract TeX files
run: make base
- name: Run explcheck
run: explcheck --warnings-are-errors --max-line-length=72 -- *.tex *.sty
run: explcheck *.tex *.sty
markdownlint:
name: Style check (Markdown)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 742a855

Please sign in to comment.