You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
Changelog
2
2
=========
3
3
4
+
2.5.4
5
+
-----
6
+
7
+
_2023-12-05_
8
+
9
+
-**Enhancement**: Validate all directories with build files match settings files in `GradleSettingsVerifierCli`.
10
+
-**Enhancement**: Add `ApplyBaselinesToSarifs` CLI for updating or merging sarif results based on a given baseline. This has two modes (see their docs) for use with either a baseline of suppressed issues (i.e. detekt/lint baseline files) or a baseline of the base branch that it's updating from. This will mark the final output with `baselineData` and `suppressions` accordingly.
11
+
-**Enhancement**: Mark merged lint baselines as suppressed.
12
+
-**Enhancement**: Add a `level` option to lint baseline merging.
0 commit comments