Skip to content
Jason Perkins edited this page May 13, 2015 · 5 revisions

The rules function imports one or more custom rules into a project.

rules { "rule_names" }

If a project includes multiple calls to rules the lists are concatenated, in the order in which they appear in the script.

Parameters

rule_names specifies a list of one or more names of custom rules, which must be defined elsewhere in the project scripts.

Applies To

Solutions, projects.

See Also

Clone this wiki locally