Revision 29700006abaddb10a847abf53b49eb340d74297d authored by Gordon Tetlow on 15 November 2017, 22:39:41 UTC, committed by Gordon Tetlow on 15 November 2017, 22:39:41 UTC
Approved by:	so
Security:	FreeBSD-SA-17:08.ptrace
Security:	CVE-2017-1086
1 parent b1bba3b
Raw File
.arclint
{
  "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$)"
    }
  }
}
back to top