Add an .arclint file.

This commit is contained in:
Simon Quigley 2020-06-08 17:29:04 -05:00
parent 5393848598
commit c5b3c0423b

8
.arclint Normal file
View File

@ -0,0 +1,8 @@
{
"exclude": "(^LICENSE)",
"linters": {
"sample": {
"type": "pep8"
}
}
}