Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 add tool iwyu-0.19 #825

Merged
merged 1 commit into from
May 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@

{
"name": "iwyu",
"display_name": "include-what-you-use",
"description": "A tool for use with clang to analyze #includes in C and C++ source files",
"license": "University of Illinois/NCSA Open Source License",
"libscheme_set": [],
"image_url": null,
"task_processes": [
"analyze",
"datahandle"
],
"scan_app": "codelint",
"scm_url": "iwyu-0.19",
"run_cmd": "python iwyu_tool.py",
"envs": "",
"build_flag": true,
"checkrule_set": [
{
"real_name": "iwyu-add",
"display_name": "iwyu-add",
"severity": "error",
"category": "other",
"rule_title": "should add",
"rule_params": null,
"custom": false,
"languages": [
"cpp"
],
"solution": "Reference msg add",
"owner": null,
"labels": [],
"description": "should add",
"disable": false
},
{
"real_name": "iwyu-remove",
"display_name": "iwyu-remove",
"severity": "warning",
"category": "performance",
"rule_title": "superfluous",
"rule_params": null,
"custom": false,
"languages": [
"cpp"
],
"solution": "Reference msg remove",
"owner": null,
"labels": [],
"description": "should remove",
"disable": false
}
],
"open_user": true,
"open_saas": false,
"virtual_name": "215",
"show_display_name": true
}
]