metrics/.arclint

10 lines
137 B
Plaintext
Raw Normal View History

2020-06-08 17:29:04 -05:00
{
"exclude": "(^LICENSE|.gitignore)",
2020-06-08 17:29:04 -05:00
"linters": {
"python": {
"type": "flake8",
"exclude": "(\\.html$)"
2020-06-08 17:29:04 -05:00
}
}
}