m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Improve error messages (#1962)

* Add RuboCop Minitest extension
* Improve error messages
* Use chomp option
This commit is contained in:
Jack Bates
2020-04-20 18:12:00 -07:00
committed by GitHub
parent 08c2bcb952
commit a6d3e3687b
2 changed files with 527 additions and 479 deletions

View File

@@ -16,11 +16,11 @@ addons:
- fish - fish
- tmux - tmux
update: true update: true
install: gem install rubocop rubocop-performance install: gem install minitest rubocop rubocop-minitest rubocop-performance
script: script:
- make test - make test
# LC_ALL=C to avoid escape codes in # LC_ALL=C to avoid escape codes in
# printf %q $'\355\205\214\354\212\244\355\212\270' on macOS. Bash on # printf %q $'\355\205\214\354\212\244\355\212\270' on macOS. Bash on
# macOS is built without HANDLE_MULTIBYTE? # macOS is built without HANDLE_MULTIBYTE?
- make install && ./install --all && LC_ALL=C tmux new-session -d && ruby test/test_go.rb --verbose - make install && ./install --all && LC_ALL=C tmux new-session -d && ruby test/test_go.rb --verbose
- rubocop --require rubocop-performance - rubocop --require rubocop-minitest --require rubocop-performance

File diff suppressed because it is too large Load Diff