godlint-cli 0.5.0

Command-line interface for Godlint.
1
2
3
4
5
6
7
exit-code: 0

stdout: |
  example.js:1:1: warning[testing/assertion-required] This test asserts nothing, so it passes unless the code raises; assert what the code should do, or name the helper that asserts for it in extra-assertions.
  example.py:1:1: warning[testing/assertion-required] This test asserts nothing, so it passes unless the code raises; assert what the code should do, or name the helper that asserts for it in extra-assertions.
  example.rs:2:1: warning[testing/assertion-required] This test asserts nothing, so it passes unless the code raises; assert what the code should do, or name the helper that asserts for it in extra-assertions.
stderr: ""