Closed andreabedini closed 5 months ago
I wouldn't expect a "lint" command to modify my source tree by default. It could have a --fix flag or something that tells it to actually try to fix problems.
Yes, you are right. Also, what this PR introduces is more a format
than a lint
.
I believe this is not the direction we want to go.
This command reads and re-writes (in-place) the metadata files. When applied to CHaP, the result is
It would be better if CHaP's
add-from-github.sh
would use the same formatting but it would be even better to put that functionality inside foliage itself.