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

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:

Change exit code to 2 when config file doesn't exist (#1361)
authorToby Fleming <2903454+tobywf@users.noreply.github.com>
Thu, 30 Apr 2020 07:47:52 +0000 (00:47 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 07:47:52 +0000 (08:47 +0100)
commit7a14a37981862ef418f3cdb4a7e2375856f97529
tree74554e88730aff3809c7c447d39b3ae1eb06b7ab
parent8126b4f6a9342290de4655e6a8a78cd288ce7daa
Change exit code to 2 when config file doesn't exist (#1361)

Fixes #1360, where an invalid config file causes a return/exit code of 1. This
change means this case is caught earlier, treated like any other bad
parameters, and results in an exit code of 2.

Co-authored-by: Toby Fleming <tobywf@users.noreply.github.com>
black.py
tests/test_black.py