Expand clang-tidy CI target to all static-checks (#2625) Relocate cppcheck and Shellcheck into a single CI target instead of running them as part of all distributions. While this modestly reduces run-time by about 20 seconds, more importantly it avoids workarounds for older checker versions and simplifies the code.
Recent Commits to s3fs-fuse:master
-
Expand clang-tidy CI target to all static-checks (#2625)
-
Upgrade to S3Proxy 2.5.0 (#2627)
Upgrade to S3Proxy 2.5.0 (#2627) Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.5.0
-
Remove double free in DestroyCurlShareHandle (#2626)
Remove double free in DestroyCurlShareHandle (#2626) ShareHandles.erase implicitly calls this via the unique_ptr destructor.