Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 307 Bytes

DEVELOPER.md

File metadata and controls

15 lines (11 loc) · 307 Bytes

Testing

A developer of code_checker that wants to run the tests.

dub test && dub run -c integration_test

Extra arguments can be passed to the integration test runner:

dub run -c integration_test -- -h

Style

Use dfmt to format the file. The configuration is in .editorconfig.