File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM silkeh/clang:10
2
-
3
- LABEL maintainer=
"RafikFarhad<[email protected] >"
4
-
1
+ FROM 192.168.201.13:5000/clang:12
5
2
COPY entrypoint.sh /entrypoint.sh
6
-
7
3
RUN chmod +x /entrypoint.sh
8
-
9
- ENTRYPOINT ["/entrypoint.sh" ]
4
+ ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function resolve_inputs() {
38
38
39
39
function check_file() {
40
40
local file=" $1 "
41
- message=" $( clang-format -n -Werror --ferror-limit=1 $STYLE --fallback-style=LLVM " ${file} " ) "
41
+ message=" $( clang-format-12 -n -Werror --ferror-limit=1 $STYLE --fallback-style=LLVM " ${file} " ) "
42
42
local status=" $? "
43
43
if [ $status -ne 0 ]; then
44
44
echo " $message " >&2
@@ -71,7 +71,7 @@ function main() {
71
71
if [ $i -ne 0 ]; then
72
72
echo -n " && "
73
73
fi
74
- clang-format $STYLE -i ${PROBLEMETIC_FILES[$i]}
74
+ clang-format-12 $STYLE -i ${PROBLEMETIC_FILES[$i]}
75
75
done
76
76
fi
77
77
}
You can’t perform that action at this time.
0 commit comments