Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add LintTest, to apply custom lint rules to source code. If there are any violations, the test prints the warnings and fails.
Example lint rules:
- Javadoc paragraphs must be separated by blank lines
- Javadoc paragraphs must start with <p>
- In Javadoc, there must be a blank line between the description
and the first @param
LintTest is built using Puffin (see CALCITE-5764), which allows regular expressions to be applied to individual lines and state that is carried from one line to the next. (The regular expressions provided by Autostyle are too cumbersome to match multi-line patterns.)
Attachments
Issue Links
- relates to
-
CALCITE-5764 Puffin, an Awk for Java
- Closed
-
CALCITE-6187 Linter should disallow tags such as '[MINOR]' in commit messages
- Closed