Skip to content

Commit

Permalink
pmd changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Oct 9, 2024
1 parent 5e299ba commit 5eca717
Show file tree
Hide file tree
Showing 13 changed files with 10,843 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '11'
- uses: pmd/pmd-github-action@v1
with:
rulesets: 'ruleset.xml'
rulesets: 'pmd/resources/rulesets/java/quickstart.xml'
analyzeModifiedFilesOnly: false
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
net.sourceforge.pmd.lang.java.JavaLanguageModule
Loading

0 comments on commit 5eca717

Please sign in to comment.