Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 2.31 KB

README.md

File metadata and controls

18 lines (12 loc) · 2.31 KB

[Back to main IRS README]

.config Folder

This folder contains configuration, rules and suppression files for code quality check tools etc.

File / Folder Description Further information
spectral
.trivyignore Ignore file for Trivy to configure which false positives to ignore. Trivy ignorefile documentation
checkstyle.xml Checkstyle configuration. Checkstyle configuration
checkstyle-suppressions.xml Checkstyle suppressions. Checkstyle suppressions documentation
irs.header Copyright header definition for the checkstyle module RegexpHeader. see checkstyle.xml file
owasp-suppressions.xml OWASP dependendy check suppressions. OWASP suppressions documentation
pmd-rules.xml PMD Source Code Analyzer rules. PMD rules documentation