Skip to content

Commit

Permalink
Merge branch 'main' into rh/fix-windows-coko-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot authored Apr 22, 2024
2 parents f819adc + d66c203 commit 18003ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Plugins/PMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PMD is a source code analyzer that searches for common programming flaws.
It supports many different languages and can be extended by different sets of rules.

In its current implementation the plugin uses the following sets of rules:

- all-java.xml ([link](https://github.com/pmd/pmd/blob/83522e96ef512f2b9a41586ae239509ec6f8313f/pmd-core/src/main/resources/rulesets/internal/all-java.xml))

!!! note
Expand All @@ -26,4 +27,4 @@ In its current implementation the plugin uses the following sets of rules:

!!! question "How does PMD use the context?"

PMD does not rely on addition context, this option is therefore ignored.
PMD does not rely on additional context, this option is therefore ignored.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ nav:
- 'What is Coko?': Coko/index.md
- 'Modelling APIs with Coko': Coko/modelling.md
- 'Coko Rules': Coko/rules.md
- 'Use Analysis Plugins':
- 'Overview': Plugins/index.md
- 'PMD Plugin': Plugins/PMD.md
- 'FindSecBugs Plugin': Plugins/FindSecBugs.md
- 'Contributing':
- 'Contributing to Codyze': contributors/index.md
- 'Building the project': contributors/code.md
Expand Down

0 comments on commit 18003ea

Please sign in to comment.