Skip to content

Commit

Permalink
ci: use gaplint v1.1.4 + enable more rules
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell authored and fingolfin committed Jan 10, 2023
1 parent 60ae34e commit 3d47e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gaplint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
disable:
- W000
- W001
- W002
- W003
Expand All @@ -15,7 +14,6 @@ disable:
- W014
- W015
- W016
- W017
- W018
- W019
- W020
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
python-version: '3.10'
- name: "Install gaplint with pip"
run: pip install gaplint==1.1.3
- name: "Run gaplint lib/*.gi lib/*.gd . . ."
run: pip install gaplint==1.1.4
- name: "Run gaplint lib/*.g* hpcgap/lib/*.g* grp/*.g lib/hpc/*.g hpcgap/lib/hpc/*.g . . ."
run: gaplint lib/*.g* hpcgap/lib/*.g* grp/*.g lib/hpc/*.g hpcgap/lib/hpc/*.g

0 comments on commit 3d47e2b

Please sign in to comment.