Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D12090
Change Details
Change Details
Old
New
Diff
Add following code to your `.arclint` linters section: ``` "puppet": { "type": "puppet", "include": "(\\.pp$)" } ``` Create puppet (*.pp) file with syntax error and run `arc lint` on it. Expect error.
Add following code to your `.arclint` linters section: ``` "puppet": { "type": "puppet", "include": "(\\.pp$)" } ``` Create puppet (*.pp) file with syntax error and run `arc lint` on it. Expect error.
Continue