mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2229] [MERGED] Fixed checking cppcheck version in ci.yml #2399
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2399
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2229
Author: @ggtakec
Created: 7/23/2023
Status: ✅ Merged
Merged: 7/24/2023
Merged by: @gaul
Base:
master← Head:fix_cppcheck_version📝 Commits (1)
f0ad352Fixed checking cppcheck version in ci.yml📊 Changes
1 file changed (+6 additions, -3 deletions)
View changed files
📝
.github/workflows/ci.yml(+6 -3)📄 Description
Relevant Issue (if applicable)
n/a
Details
Tighter version number checking in cppcheck.
The current decision statement bypasses the check for cases like "2.9".
This statement provides some protection against future version number format changes.(cppcheck on macOS is 3 digits)
And the same conditions were set for the CI part when supporting macOS fuse-t.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.