Skip to content
Snippets Groups Projects
Unverified Commit a6d3e368 authored by Jack Bates's avatar Jack Bates Committed by GitHub
Browse files

Improve error messages (#1962)

* Add RuboCop Minitest extension
* Improve error messages
* Use chomp option
parent 08c2bcb9
No related branches found
No related tags found
No related merge requests found
......@@ -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
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment