We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc6718 commit 7a5dd3aCopy full SHA for 7a5dd3a
Makefile
@@ -29,8 +29,8 @@ uninstall:
29
check:
30
flake8 libinput-gestures internal internal-test
31
shellcheck $(SHELLCHECK_OPTS) libinput-gestures-setup list-version-hashes
32
- vermin -i -q -t 3.4 libinput-gestures
33
- vermin -i -q internal internal-test
+ vermin -i -q -t 3.4 --no-tips libinput-gestures
+ vermin -i -q --no-tips internal internal-test
34
35
doc: $(DOCOUT)
36
0 commit comments