-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
コミット時にclang formatでc,hファイルをコンテナ内でフォーマット #25
base: main
Are you sure you want to change the base?
The head ref may contain hidden characters: "feature/pre-commit\u3067clang-format"
Conversation
こんな感じでコピーしないと動かないの面倒だね。 自分の環境だと docker compose image の 名前が、 あと、自分の環境だと上記が原因でうまく動かなかったんだけど、 あと、docker compose が 動作中だと clang-format の コンテナが exit した時に、よくわからんコンテナ名で exit 0 とか出るから、 |
あら |
|
これフォーマットでdiffなくなると空コミットできちゃうな |
ready for review~~ |
llvm15-libs \ | ||
musl | ||
|
||
COPY --from=build /usr/bin/clang-format /usr/bin/clang-format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これは、どこから、どこに コピーしてんだ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dockerのマルチステージビルドみたいなやつ
1行目のbuildって名前つけたやつから、6行目から始まるステージにコピーしてる
一旦保留 |
変更内容
なぜ変更したか
動作確認の方法、動作確認した内容
その他、レビューで確認してほしいことなど