Created
November 8, 2016 09:54
-
-
Save zengyun-hacker/6f9c999e23909c5e76218be837e0b2bd to your computer and use it in GitHub Desktop.
arclint for ios
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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