linecheck 0.3.0

A fast, configurable tool that warns or errors when files exceed a set line count
Documentation
1
2
3
4
5
6
7
8
9
10
rules:
  - pattern: "**/*.rs"
    warn: 80
    error: 120

exclude:
  - "target/**"
  - "node_modules/**"
  - "Cargo.lock"
  - "pnpm-lock.yaml"