Improve error messages (#1962)

* Add RuboCop Minitest extension
* Improve error messages
* Use chomp option
pull/1999/head
Jack Bates 4 years ago committed by GitHub
parent 08c2bcb952
commit a6d3e3687b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,11 +16,11 @@ addons:
- fish
- tmux
update: true
install: gem install rubocop rubocop-performance
install: gem install minitest rubocop rubocop-minitest rubocop-performance
script:
- make test
# LC_ALL=C to avoid escape codes in
# printf %q $'\355\205\214\354\212\244\355\212\270' on macOS. Bash on
# macOS is built without HANDLE_MULTIBYTE?
- 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
Loading…
Cancel
Save