Skip to content

Commit

Permalink
Issue sevntu-checkstyle#822: Introduction of YML metadata for eclipse…
Browse files Browse the repository at this point in the history
…-cs integration
  • Loading branch information
gaurabdg committed Aug 13, 2020
1 parent 83377c1 commit 51b2c97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions eclipsecs-sevntu-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<dir>src</dir>
<excludes>
<exclude>**/*.properties</exclude>
<exclude>**/*.yml</exclude>
</excludes>
</validationSet>
</validationSets>
Expand Down
10 changes: 10 additions & 0 deletions eclipsecs-sevntu-plugin/src/com/github/sevntu/eclipse-metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
ruleGroups:
- extensionPackage: "com.github.sevntu"
ruleGroupName: "SevNTU checks"
ruleGroupDesc: "Check extensions developed by SevNTU"
ruleGroupPriority: "500"
- extensionPackage: "com.github.sevntu.checkstyle.checks.test"
ruleGroupName: "Test package"
ruleGroupDesc: "Test package desc"
ruleGroupPriority: "1600"

0 comments on commit 51b2c97

Please sign in to comment.