Fix the local clang format script
Due to some reasons (either docker version or shell), the w in rw is interpreted as folder name in my case. Adding the quotation marks helps.
Without it, it creates a folder named "w" where it mounts the cwd into and the script fails.
Merge request reports
Activity
Filter activity
added 15 commits
-
2e37ab43...1c53a20f - 14 commits from branch
acts:master
- 5bc13466 - Due to some reasons (either docker version or shell), the w in rw is interpreted…
-
2e37ab43...1c53a20f - 14 commits from branch
For job clang_tidy on commit: 5bc13466
Static analysis results: Accepted
ok pattern count limit readability-inconsistent-declaration-parameter-name
0 0 readability-named-parameter
0 0 readability-container-size-empty
0 0 modernize-use-using
0 0 readability-braces-around-statements
0 0 modernize-use-override
0 0 readability-implicit-bool-cast
0 0 modernize-use-default-member-init
0 0 performance-unnecessary-value-param
0 0 modernize-use-equals-default
0 0 modernize-use-nullptr
0 0 Analysis results at: https://gitlab.cern.ch/api/v4/projects/55967/jobs/3087421/artifacts
mentioned in merge request !513 (merged)
Please register or sign in to reply