Skip to content

Commit

Permalink
Merge pull request #826 from didebughu/main
Browse files Browse the repository at this point in the history
🎨 add rule for iwyu
  • Loading branch information
cyw3 authored May 18, 2023
2 parents 2bad9c2 + c4fe207 commit b802729
Showing 1 changed file with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[
{
"name": "iwyu",
"display_name": "include-what-you-use",
Expand Down Expand Up @@ -49,11 +49,28 @@
"labels": [],
"description": "should remove",
"disable": false
},
{
"real_name": "iwyu-note",
"display_name": "iwyu-note",
"severity": "info",
"category": "other",
"rule_title": "#includes/fwd-decls are correct",
"rule_params": null,
"custom": false,
"languages": [
"cpp"
],
"solution": "#includes/fwd-decls are correct",
"owner": null,
"labels": [],
"description": "#includes/fwd-decls are correct",
"disable": false
}
],
"open_user": true,
"open_saas": false,
"virtual_name": "215",
"show_display_name": true
}
]
]

0 comments on commit b802729

Please sign in to comment.