forked from lewisd32/lint-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
32 lines (27 loc) · 1.23 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
** 0.0.5
- quiet down overly verbose spring startup logging
- deploy site (with goals)
- Improve main failure message to indicate where (console, some file(s), etc) to find the violations
- allow writing multiple output formats at once.
- add rudimentary html output report format.
- add description to rules, to explain in results why it's a good idea to fix.
- change VersionPropertiesMustNotUseHyphenRule to check that they end in .version instead of *not* ending in -version
** 0.0.4
- XML result file
- Making GAVOrder rule configurable
** 0.0.3
- Ability to suppress violations with NOLINT:ID XML comments
- Redundant dependency version rule
- Redundant plugin version rule
- Adding failOnViolation configuration parameter
- Making suppression comments case insensitive, and changing rule IDs to camel-case
- Refactoring model building to cache models between projects.
** 0.0.2
- Report ID of violation rule (for suppressions)
- More concise violation location reporting
- Line numbers of violation in output
- Include default config file
- GAVC order checking rule IT
- Fix GAV order checking rule to handle configuration/executions/exclusions elements interleaved with GAV elements
** 0.0.1
- GAVC order checking rule