]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

pre-commit: show diff on failure on CI (#1552)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 15 Jul 2020 21:53:48 +0000 (00:53 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 21:53:48 +0000 (14:53 -0700)
* pre-commit: --show-diff-on-failure

* pre-commit: --show-diff-on-failure

.github/workflows/lint.yml
.travis.yml

index cb8c534c9ac936069f11d92738cd475ce51efbfb..fa7286eec1fb0415499aa6a945892679807eb404 100644 (file)
@@ -24,4 +24,4 @@ jobs:
           python -m pip install -e '.[d]'
 
       - name: Lint
-        run: pre-commit run --all-files
+        run: pre-commit run --all-files --show-diff-on-failure
index b2b127cfeb07880831512c902a93d64d5c50fba6..86cf24df51bf6f2105dc97a743c794350ecd7f2c 100644 (file)
@@ -20,7 +20,7 @@ matrix:
     - name: "lint"
       python: 3.7
       env:
-        - TEST_CMD="pre-commit run --all-files"
+        - TEST_CMD="pre-commit run --all-files --show-diff-on-failure"
     - name: "3.6"
       python: 3.6
     - name: "3.7"