Revision 498b2ae7e5c320b3844d3f18c8d86fae1584b617 authored by John Baldwin on 13 July 2017, 17:05:57 UTC, committed by John Baldwin on 13 July 2017, 17:05:57 UTC
Add deprecation notices for various device drivers removed in 12.0.

Approved by:	re (kib)
1 parent 02e3c47
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