-
Notifications
You must be signed in to change notification settings - Fork 19
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
Issue #660 - Add additional pre-commit hooks #662
base: main
Are you sure you want to change the base?
Issue #660 - Add additional pre-commit hooks #662
Conversation
Codecov Report
@@ Coverage Diff @@
## main #662 +/- ##
=======================================
Coverage 25.90% 25.91%
=======================================
Files 128 128
Lines 31195 31195
Branches 4973 4973
=======================================
+ Hits 8081 8083 +2
Misses 22059 22059
+ Partials 1055 1053 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
d76d34b
to
0a5f99e
Compare
0a5f99e
to
ff460a7
Compare
ff460a7
to
bae5cf7
Compare
ap->event_sub = qdrc_event_subscribe_CT( | ||
core, | ||
QDRC_EVENT_CONN_EDGE_ESTABLISHED | QDRC_EVENT_CONN_EDGE_LOST | QDRC_EVENT_ADDR_BECAME_LOCAL_DEST | ||
| QDRC_EVENT_ADDR_NO_LONGER_LOCAL_DEST | QDRC_EVENT_ADDR_ONE_LOCAL_DEST | QDRC_EVENT_ADDR_TWO_DEST | ||
| QDRC_EVENT_ADDR_BECAME_SOURCE | QDRC_EVENT_ADDR_NO_LONGER_SOURCE | QDRC_EVENT_ADDR_TWO_SOURCE | ||
| QDRC_EVENT_ADDR_ONE_SOURCE | QDRC_EVENT_ADDR_WATCH_ON | QDRC_EVENT_ADDR_WATCH_OFF | ||
| QDRC_EVENT_LINK_IN_DETACHED | QDRC_EVENT_LINK_OUT_DETACHED, | ||
on_conn_event, | ||
on_link_event, | ||
on_addr_event, | ||
0, | ||
ap); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not nice formatting
@@ -137,7 +137,14 @@ | |||
"description": "The standard AMQP management node interface.", | |||
"fullName": true, | |||
"extends": "operationalEntity", | |||
"operations": ["QUERY", "GET-TYPES", "GET-ANNOTATIONS", "GET-OPERATIONS", "GET-ATTRIBUTES", "GET-MGMT-NODES"], | |||
"operations": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops, did not know that clang-format will want to format jsons; means that json has to be added to the filter in git pre-commit, otherwise it's going to create nasty surprise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -605,94 +605,93 @@ namespace Color { | |||
} // namespace Color | |||
|
|||
namespace assertType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably exclude file from pre-commit
bae5cf7
to
b8fa10a
Compare
for more information, see https://pre-commit.ci
No description provided.