blob: 9180c3c3965f84fa07be2a5d160be771974a98a9 [file] [edit]
{
"linters": {
"chmod": {
"type": "chmod"
},
"text": {
"type": "text",
"include": "(\\.(m|h|mm|md|swift)$)",
"exclude": [
"(/Pods/)"
],
"severity": {
"3": "disabled",
"5": "disabled"
}
},
"prose": {
"type": "prose",
"include": "(\\.(md)$)",
"exclude": [
"(^CHANGELOG.md)"
],
"severity": {
"consistency.spacing": "disabled",
"typography.symbols.curly_quotes": "disabled",
"typography.symbols.ellipsis": "disabled",
"leonard.exclamation.30ppm": "disabled",
"misc.annotations": "warning"
}
},
"spelling": {
"type": "spelling",
"include": "(\\.(md)$)"
},
"clang-format": {
"type": "clang-format",
"include": "(\\.(m|h|mm)$)",
"exclude": "(/Pods/)"
},
"jazzy": {
"type": "jazzy",
"include": "(src/[^\/]+?\\.(h|swift)$)"
}
}
}