Skip to content

Instantly share code, notes, and snippets.

@zengyun-hacker
Created November 8, 2016 09:54
Show Gist options
  • Select an option

  • Save zengyun-hacker/6f9c999e23909c5e76218be837e0b2bd to your computer and use it in GitHub Desktop.

Select an option

Save zengyun-hacker/6f9c999e23909c5e76218be837e0b2bd to your computer and use it in GitHub Desktop.

Revisions

  1. zengyun-hacker created this gist Nov 8, 2016.
    38 changes: 38 additions & 0 deletions .arclint
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    {
    "linters": {
    "spelling": {
    "type": "spelling"
    },
    "generated": {
    "type": "generated"
    },
    "merge-conflict": {
    "type": "merge-conflict"
    },
    "general-text": {
    "type": "text",
    "text.max-line-length": 240,
    "exclude": ["(\\.svg$)", "(\\.pbxproj$)", "(\\.plist$)", "(podfile)","(\\.xib)","(\\.storyboard)"],
    "severity": {
    "5": "disabled"
    }
    },
    "xml": {
    "type": "xml",
    "include": "(\\.xml$)"
    },
    "jsonlint": {
    "type": "jsonlint",
    "include": "(\\.json$)"
    },
    "flake8": {
    "type": "flake8",
    "include": "(\\.py$)"
    },
    "jshint": {
    "type": "jshint",
    "include": "(\\.js$)",
    "exclude": "(\\.min.js$)"
    }
    }
    }