git-lfs/script
brian m. carlson 4d5a56a1fb
script: check for trailing whitespace as part of CI
Since we'd like to avoid trailing whitespace in our codebase, help
developers catch issues by checking for trailing whitespace during CI.
Exclude the vendor directory, as we don't want to change vendored code,
and exclude any git objects or indices we store in the repository, since
they're binary zlib-compressed data.  Exclude batch files as well, since
they contain carriage returns, which are considered non-linefeed
whitespace on Unix.

Note that we use git grep -E, since not all versions of git grep are
compiled with PCRE for the -P option.  Fortunately, POSIX provides a
character class that matches all whitespace.
2018-10-04 14:18:44 +00:00
..
windows-installer ensure it's sorted alphabetically 2017-09-17 16:29:07 +08:00
backport-pr update other github/git-lfs references 2016-11-15 10:07:11 -07:00
changelog script/changelog: rev-list through --first-parent only 2017-04-27 09:41:50 -06:00
cibuild script: check for trailing whitespace as part of CI 2018-10-04 14:18:44 +00:00
compile-win-installer-unsigned.bat compile-win-installer-unsigned: fix the name of the inno setup script 2017-09-15 09:11:32 +02:00
install-git-source export those env vars 2016-11-15 13:10:46 -07:00
install.sh script/install.sh: mark as executable 2018-07-27 10:52:30 -05:00
packagecloud.rb Update packagecloud.rb 2018-08-29 18:08:51 -04:00
release Makefile: replace script/{fmt,lint} with '{fmt,lint}' target 2018-07-16 16:09:26 -05:00
release.go Makefile: replace script/bootstrap with 'make', 'make all' 2018-07-19 13:14:39 -05:00
script.go Merge branch 'master' into ttaylorr/makefile 2018-07-23 12:44:24 -05:00