godlint-cli 0.5.0

Command-line interface for Godlint.
1
2
3
4
5
6
7
8
exit-code: 1
stdout: |
  example.js:1:17: error[reliability/empty-error-handler] Error handler has an empty body; handle or re-raise the error.
  example.js:2:17: error[reliability/empty-error-handler] Error handler has an empty body; handle or re-raise the error.
  example.py:3:1: error[reliability/empty-error-handler] Error handler has an empty body; handle or re-raise the error.
  example.py:7:1: error[reliability/empty-error-handler] Error handler has an empty body; handle or re-raise the error.
  example.ts:3:3: error[reliability/empty-error-handler] Error handler has an empty body; handle or re-raise the error.
stderr: ""