QA-Rules

The Quality Assurance rules for projects

License

License

GroupId

GroupId

org.kasource
ArtifactId

ArtifactId

qa-rules
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

jar
Description

Description

QA-Rules
The Quality Assurance rules for projects
Project Organization

Project Organization

Ka Source
Source Code Management

Source Code Management

https://github.com/wigforss/qa-rules.git

Download qa-rules

How to add to project

<!-- https://jarcasting.com/artifacts/org.kasource/qa-rules/ -->
<dependency>
    <groupId>org.kasource</groupId>
    <artifactId>qa-rules</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.kasource/qa-rules/
implementation 'org.kasource:qa-rules:0.7'
// https://jarcasting.com/artifacts/org.kasource/qa-rules/
implementation ("org.kasource:qa-rules:0.7")
'org.kasource:qa-rules:jar:0.7'
<dependency org="org.kasource" name="qa-rules" rev="0.7">
  <artifact name="qa-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kasource', module='qa-rules', version='0.7')
)
libraryDependencies += "org.kasource" % "qa-rules" % "0.7"
[org.kasource/qa-rules "0.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Quality Assurance Rules for Java

License

QA Rules for Java Projects.

This package contains common QA rule sets for:

  • CheckStyle
  • PMD

As well as a code style template for Idea Intelij.

For Java 7 (or less) there are coverage ignore annotations, which can be configured with Cobertura.

@org.kasource.qa.annotation.CoverageIgnore
@org.kasource.qa.annotation.Generated

Versions

Version
0.7
0.6
0.5
0.4
0.3
0.2
0.1