aboutsummaryrefslogblamecommitdiff
path: root/.arclint
blob: 31bda09b1a83854000b5c672777d9c920aa66544 (plain) (tree)
1
2
3
4
5
6
 
                                


                     
                           















                                        


     
{
  "exclude": "(contrib|crypto)",
  "linters": {
    "python": {
      "type": "pep8",
      "include": "(\\.py$)"
    },
    "spelling": {
      "type": "spelling"
    },
    "chmod": {
      "type": "chmod"
    },
    "merge-conflict": {
      "type": "merge-conflict"
    },
    "filename": {
      "type": "filename"
    },
    "json": {
      "type": "json",
      "include": "(\\.arclint|\\.json$)"
    }
  }
}