-
Notifications
You must be signed in to change notification settings - Fork 164
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
chore(libs): apply code formatting #2051
Conversation
Signed-off-by: Poiana <poiana.bot@gmail.com>
Please double check driver/SCHEMA_VERSION file. See versioning. /hold |
Perf diff from master - unit tests
Heap diff from master - unit tests
Heap diff from master - scap file
Benchmarks diff from master
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2051 +/- ##
==========================================
- Coverage 74.10% 73.57% -0.53%
==========================================
Files 254 253 -1
Lines 31213 31860 +647
Branches 5435 5631 +196
==========================================
+ Hits 23130 23442 +312
- Misses 8076 8393 +317
- Partials 7 25 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Ok after several manual runs the job |
I added the
;) |
I still cannot believe this is really happening |
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.
/approve
LGTM label has been added. Git tree hash: 112ee3ebfbaf6151e8f670d65dd46d7fecf48b28
|
@falcosecurity/libs-maintainers please note that from now on all the PRs will need a rebase on master. |
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.
Let's go!
/approve
Before merging the PR I would like to see if we are all on board with the new code format @falcosecurity/libs-maintainers /hold |
X64 kernel testing matrix
ARM64 kernel testing matrix
|
For every one using vs code i suggest the following:
"editor.formatOnSave": true,
"cmakeFormat.exePath": "<your-path>",
"clang-format.executable": "<your-path>" |
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.
/lgtm
It'll be great to have consistent formatting across the repo (though I'm not looking forward to all the conflict resolutions I'll have to do 😅 ).
Thanks for doing this!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, Molter73, poiana The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area API-version
/area build
/area CI
/area driver-kmod
/area driver-bpf
/area driver-modern-bpf
/area libscap-engine-bpf
/area libscap-engine-gvisor
/area libscap-engine-kmod
/area libscap-engine-modern-bpf
/area libscap-engine-nodriver
/area libscap-engine-noop
/area libscap-engine-source-plugin
/area libscap-engine-savefile
/area libscap
/area libpman
/area libsinsp
/area tests
/area proposals
Does this PR require a change in the driver versions?
No
What this PR does / why we need it:
This applies code linting/formatting to the entire codebase of the libs
Which issue(s) this PR fixes:
Fixes #381
Special notes for your reviewer:
Does this PR introduce a user-facing change?: