mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 02:28:31 +00:00
0e1a37fcb9
NIFI-6362 - Upgraded both checkstyle plugins to latest. Added a checkstyleCache file and property. NIFI-6362 - Downgraded maven-checkstyle-plugin to 3.0.0 instead as there was an issue with the latest version and @throws Javadoc checkstyle module. Fixed some checkstyle issues. Changed checkstyleCache file to .checkstyleCache. Added to .gitignore. NIFI-6362 - Changed checkstyleCache file location into target/, and is no longer a hidden file. Removed .checkstyleCache from .gitignore as it is no longer required. NIFI-6362 - Grep pattern no longer required. This closes #3522. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>