|
Prolint is a free, open-source tool written in Progress 4GL, authored and maintained by Jurjen Dijkstra.
"Lint" tools are programs which look through your source code
to find things which compile OK, but you might not have intended
to do.
For example, Prolint can check that you are following your
company's code style guidelines, that you are using
It uses Proparse, as well as For an example of a Prolint rule and why it's so useful, see: if indent. Try it, you'll like it!
|