Skip to content

Commit

Permalink
etc: pass command line args to gaplint in etc/gaplint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 5, 2024
1 parent f496d06 commit 772a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/gaplint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

gaplint --disable W004 *.g gap/* doc/*.xml tst/testinstall.tst tst/standard/*.tst tst/extreme/*.tst tst/workspaces/*.tst
gaplint --disable W004 $@ *.g gap/* doc/*.xml tst/testinstall.tst tst/standard/*.tst tst/extreme/*.tst tst/workspaces/*.tst

0 comments on commit 772a486

Please sign in to comment.