Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Commits
de5a13e3
Commit
de5a13e3
authored
1 year ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
*: add .clang-tidy
parent
19b90c40
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.clang-tidy
+3
-0
3 additions, 0 deletions
.clang-tidy
components/micropython/.clang-tidy
+4
-0
4 additions, 0 deletions
components/micropython/.clang-tidy
components/tinyusb/.clang-tidy
+4
-0
4 additions, 0 deletions
components/tinyusb/.clang-tidy
with
11 additions
and
0 deletions
.clang-tidy
0 → 100644
+
3
−
0
View file @
de5a13e3
# Don't care about deprecated APIs (noisy) and about memcpy/strcpy (we'll fix
# that later).
Checks: '-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,-clang-diagnostic-deprecated-declarations'
This diff is collapsed.
Click to expand it.
components/micropython/.clang-tidy
0 → 100644
+
4
−
0
View file @
de5a13e3
# Disable all checks for Micropython (noise)
# But we need at least one check defined otherwise clang-tidy is unhappy, so we
# pick something arbitrary.
Checks: '-*,portability-simd-intrinsics'
This diff is collapsed.
Click to expand it.
components/tinyusb/.clang-tidy
0 → 100644
+
4
−
0
View file @
de5a13e3
# Disable all checks for TinyUSB (noise)
# But we need at least one check defined otherwise clang-tidy is unhappy, so we
# pick something arbitrary.
Checks: '-*,portability-simd-intrinsics'
This diff is collapsed.
Click to expand it.
dx
@dx
mentioned in issue
#81 (closed)
·
1 year ago
mentioned in issue
#81 (closed)
mentioned in issue #81
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment