paths

Specifies paths in addition to the entry point for initial compile. Value is a single node that contains nodes with the following keys:

    • path – specifies the path to add. Accepts a relative or absolute file or folder path
    • recursive – specifies whether to recurse subfolders

Only evaluated once — reload the project if you change it.

Default: None

Example:

paths::{
{ Some Directive
 path::|/ /directives/lint >
recursive::yes
} { Some Other included folder
path::|/ ../some other included folder >
recursive::yes
}
}