We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
simple_test.runner
valgrind: --log-filename="path/to/tmp/file"
go vet
go fmt
golint
Probably need a mechanism for automatically detecting language (exclude integration_test dir!). Lists taken from: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
integration_test
*.py
*.c
*.cpp
*.c++
*.cc
*.cxx
*.h
*.h++
*.hh
*.hpp
*.hxx
*.java
*.go
Also need flags to force language detection and disable this feature (part of making bin/run_harness a python script for #17).
bin/run_harness
The text was updated successfully, but these errors were encountered:
No branches or pull requests
simple_test.runner
)valgrind: --log-filename="path/to/tmp/file"
go vet
(installed),go fmt
(installed),golint
(not installed)Probably need a mechanism for automatically detecting language (exclude
integration_test
dir!). Lists taken from: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml*.py
*.c
,*.cpp
,*.c++
,*.cc
,*.cxx
,*.h
,*.h++
,*.hh
,*.hpp
,*.hxx
*.java
*.go
Also need flags to force language detection and disable this feature (part of making
bin/run_harness
a python script for #17).The text was updated successfully, but these errors were encountered: