godlint-cli 0.2.0

Command-line interface for Godlint.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
exit-code: 1

stdout: |
  example.cjs:2:1: error[maintainability/empty-function] Function has an empty body.
  example.cts:2:1: error[maintainability/empty-function] Function has an empty body.
  example.js:2:1: error[maintainability/empty-function] Function has an empty body.
  example.jsx:2:1: error[maintainability/empty-function] Function has an empty body.
  example.mjs:2:1: error[maintainability/empty-function] Function has an empty body.
  example.mts:2:1: error[maintainability/empty-function] Function has an empty body.
  example.py:5:1: error[maintainability/empty-function] Function has an empty body.
  example.rs:2:1: error[maintainability/empty-function] Function has an empty body.
  example.ts:2:1: error[maintainability/empty-function] Function has an empty body.
  example.tsx:2:1: error[maintainability/empty-function] Function has an empty body.

stderr: ""