1
0
Fork 0
emacs-config/test
Tom Willemse a49fda9c79 Use ws-butler
At work I have to work with a lot of files that other people work on as well.
Other people don’t usually have their editor set up to remove all trailing
whitespace, and we’re not allowed to make a change that includes a lot of extra
whitespace changes[1]. So I end up having to revert a lot of whitespace changes
just before submitting. And if I then have to make more changes, for example
because something was pointed out in a code review, I have to do it again.

‘ws-butler’ promises that it will still prevent me from submitting extraneous
whitespace, but will not touch lines that I haven’t changed, so that would
prevent me from having to revert them all the time.

[1]: This is good, having a lot of whitespace changes can distract from or even
completely hide the actual change you’re trying to make.
2020-10-15 14:25:18 -07:00
..
integration Use ws-butler 2020-10-15 14:25:18 -07:00
oni-alert-test.el Move test if oni-alert loads into bats test 2020-01-07 16:25:30 -08:00
oni-bats-test.el Disable ‘shfmt-on-save-mode’ for ‘bats-mode’ buffers 2020-04-07 21:40:06 -07:00
oni-bookmark-test.el Add test loading oni-bookmark 2020-01-07 21:50:50 -08:00
oni-conf-test.el Add tests for ‘oni-conf’ 2019-08-23 23:00:43 -07:00
oni-core-test.el Fix oni-core tests 2020-04-26 21:45:30 -07:00
oni-elisp-test.el Fix tests for ‘oni-elisp’ 2019-08-25 14:05:05 -07:00
oni-grep-test.el Add tests for oni-grep, disabled for now 2019-03-28 17:43:23 -07:00
oni-highlight-indent-guides-test.el Add highlight-indent-guides configuration 2019-05-05 00:03:55 -07:00
oni-org-test.el Require oni-org for its unit tests 2020-01-13 23:17:38 -08:00
oni-php-test.el Add test for oni-php 2019-05-05 20:06:34 -07:00