mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 07:52:39 +01:00
b6ccfd4ef5
Summary: Ref T2039. Provide some examples to help users figure out how to write these things. Test Plan: Checked them with `jsonlint`. Reviewers: btrahan, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Maniphest Tasks: T2039 Differential Revision: https://secure.phabricator.com/D9065
13 lines
185 B
Text
13 lines
185 B
Text
{
|
|
"exclude": [
|
|
"(^externals/)",
|
|
"(\\.example$)"
|
|
],
|
|
"linters": {
|
|
"pep8": {
|
|
"type": "pep8",
|
|
"include": "(\\.py$)",
|
|
"exclude": "(^legacy/)"
|
|
}
|
|
}
|
|
}
|