godlint-cli 0.5.0

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

stdout: |
  src/billing/example.py:1:6: error[architecture/module-independence] billing must not depend on notifications; features declares them independent of each other.
  src/billing/example.rs:1:5: error[architecture/module-independence] billing must not depend on notifications; features declares them independent of each other.
  src/notifications/example.rs:1:5: error[architecture/module-independence] notifications must not depend on billing; features declares them independent of each other.
  src/notifications/example.ts:1:25: error[architecture/module-independence] notifications must not depend on billing; features declares them independent of each other.

stderr: ""