-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFR] Automate gradle analysis with open source dependencies (#1219)
* automate first gradle analysis Signed-off-by: Alejandro Brugarolas <[email protected]> * first commit Signed-off-by: Alejandro Brugarolas <[email protected]> * Automate gradle analysis with open source dependencies Signed-off-by: Alejandro Brugarolas <[email protected]> * finish Signed-off-by: Alejandro Brugarolas <[email protected]> --------- Signed-off-by: Alejandro Brugarolas <[email protected]>
- Loading branch information
Showing
4 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
cypress/fixtures/yaml/jmh-gradle-serializable-test-rule.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- category: mandatory | ||
customVariables: [] | ||
description: Serializable reference test rule for https://github.com/melix/jmh-gradle-example | ||
effort: 1 | ||
message: |- | ||
Serializable reference test rule for https://github.com/melix/jmh-gradle-example | ||
ruleID: serializable-reference-test-rule-jmh-gradle | ||
when: | ||
java.referenced: | ||
pattern: java.io.Serializable |