We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdde5a8 commit 74d6d5eCopy full SHA for 74d6d5e
ci/dev/fmt.sh
@@ -30,7 +30,7 @@ main() {
30
doctoc --title '# Contributing' doc/CONTRIBUTING.md > /dev/null
31
doctoc --title '# iPad' doc/ipad.md > /dev/null
32
33
- if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard | grep -v "lib/vscode") ]]; then
+ if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
34
echo "Files need generation or are formatted incorrectly:"
35
git -c color.ui=always status | grep --color=no '\[31m'
36
echo "Please run the following locally:"
0 commit comments