mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Improve error messages (#1962)
* Add RuboCop Minitest extension * Improve error messages * Use chomp option
This commit is contained in:
@@ -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
|
||||||
|
|||||||
1002
test/test_go.rb
1002
test/test_go.rb
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user