rulesets.jdbc.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
<ruleset xmlns="http://codenarc.org/ruleset/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://codenarc.org/ruleset/1.0 http://codenarc.org/ruleset-schema.xsd" xsi:noNamespaceSchemaLocation="http://codenarc.org/ruleset-schema.xsd"> <description> JDBC rule set. These rules check for JDBC-specific violations. </description> <rule class='org.codenarc.rule.jdbc.DirectConnectionManagementRule'/> <rule class='org.codenarc.rule.jdbc.JdbcConnectionReferenceRule'/> <rule class='org.codenarc.rule.jdbc.JdbcResultSetReferenceRule'/> <rule class='org.codenarc.rule.jdbc.JdbcStatementReferenceRule'/> </ruleset>