Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
emper
Commits
b9cb98fe
Commit
b9cb98fe
authored
Apr 04, 2022
by
Florian Schmaus
Browse files
[run-clang-tidy] Set -euo pipefail
parent
1e90d499
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/run-clang-tidy
View file @
b9cb98fe
#!/usr/bin/env bash
set
-euo
pipefail
SCRIPTDIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
"
ROOTDIR
=
"
$(
realpath
"
${
SCRIPTDIR
}
/.."
)
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment