Skip to content

Instantly share code, notes, and snippets.

@zengyun-hacker
Created November 8, 2016 09:54
Show Gist options
  • Save zengyun-hacker/6f9c999e23909c5e76218be837e0b2bd to your computer and use it in GitHub Desktop.
Save zengyun-hacker/6f9c999e23909c5e76218be837e0b2bd to your computer and use it in GitHub Desktop.
arclint for ios
{
"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$)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment