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 a316a78 commit 3df003dCopy full SHA for 3df003d
Makefile
@@ -32,7 +32,7 @@ psalm-update-baseline: build/psalm.phar
32
.PHONY:check-docs
33
check-docs: docs/CLI.md
34
@echo "CHECKING if 'docs/CLI.md' needs to be committed due to changes. If this fails, simply commit the changes."
35
- git diff-files --quiet docs
+ git diff-files docs/CLI.md
36
37
# Downloads everything we need for testing, used by Travis.
38
.PHONY: init
0 commit comments