Setup
Version: solhint@6.0.2
Package manager: bun 1.3.5
Problem
bunx --bun solhint --config .solhint.json 'src/**/*.sol'
results in
isPublicLike :>> false
comments.length :>> 3
type :>> contract
isPublicLike :>> true
comments.length :>> 1
type :>> function
[...]
See for example:
https://github.com/anoma/evm-protocol-adapter/actions/runs/20812199949/job/59778934548?pr=391
Expectation
This information should not be printed as it is irritating and unclear.