Skip to content

Commit

Permalink
arc: add linting for python files
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.freebsd.org/base/head@266959 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
eadler committed Jun 2, 2014
1 parent 6d927a4 commit efa5d3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .arclint
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"linters": {
"python": {
"type": "pep8",
"exclude": "(contrib)",
"include": "(\\.py$)"
}
}
}

0 comments on commit efa5d3a

Please sign in to comment.