Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 515 Bytes

GrailsDomainWithServiceReference.md

File metadata and controls

13 lines (7 loc) · 515 Bytes

Pattern: Grails - domain with service reference

Issue: -

Description

Checks that Grails Domain classes do not have Service classes injected.

This rule sets the default value of applyToFilesMatching to only match files under the 'grails-app/domain' folder. You can override this with a different regular expression value if appropriate.

Further Reading