mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
arc: add linting for python files
This commit is contained in:
parent
046faba0eb
commit
ebfbfab668
1 changed files with 9 additions and 0 deletions
9
.arclint
Normal file
9
.arclint
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"linters": {
|
||||
"python": {
|
||||
"type": "pep8",
|
||||
"exclude": "(contrib)",
|
||||
"include": "(\\.py$)"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue