1. Introduction

This project contains additional code checkers for Groovy programming language.

2. Installation

Gradle
compileOnly 'com.agorapulse:groovy-code-checks-gorm:0.9.1'

3. Usage

3.1. GORM

The Groovy Code Check for GORM finds the usages of GORM instance and static API on an entity such as save() to enforce usage of GORM Data Services.