{ "linters": { "c": { "type": "cppcheck", "include": "(\\.c$|\\.h$)" }, "cpp": { "type": "cppcheck", "include": "(\\.cpp$)" }, "xml": { "type": "xml", "include": "(\\.xml$)" }, "python": { "type": "flake8", "include": ["(\\.py$)", "(wscript$)"] }, "chmod": { "type": "chmod" }, "filename": { "type": "filename" }, "generated": { "type": "generated" }, "spelling": { "type": "spelling" }, "nolint": { "type": "nolint" }, "json": { "type": "json", "include": ["(^\\.arcconfig$)", "(^\\.arclint$)", "(\\.json$)"] } } }