-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix check_coding_rule workflow #235
Conversation
やっぱりそういう挙動なんだな.まあコーディングルールのチェックはこれでいいんじゃないでしょうか |
他の自前でreviewdog叩いてるやつも |
actions,最終的になにをすると落ちるのかが分かってない(stepのどこか1つでもexitが0でなければおちる? 次のstepを実行するかどうかはどこでみてる?) |
最後のreview dogを抜くと,pythonスクリプトで落ちてても,CI通っちゃうね. CIの結果は,pythonスクリプトの結果にしたほうが良い? https://github.com/ut-issl/c2a-core/runs/5046076282?check_suite_focus=true 同様に https://github.com/ut-issl/c2a-core/runs/5046098788?check_suite_focus=true |
5416a6e
to
6e9a260
Compare
うー
https://github.com/ut-issl/c2a-core/runs/5046110415?check_suite_focus=true#step:8:1 |
|
bc3e6a6
to
0ba9c37
Compare
鈴本の所感まとめると
って感じなので,CIスクリプトの方針決まったらそれにして,今通ってないのを僕の方で直すので,その後マージしましょう. |
nofilterだったらreviewdog要らないのではというのはどこから来てます?あと,そもそもこれは元のPRがcheck_coding_ruleのCIの方を弄っているから(かつ,developが壊れていることに気付いていなかったから)起きている問題(diffが出ない,というやつ)であって,普段はなんも困らないはずです. |
nofilterの場合,落ちてる理由を見るのはstatusみるか,CI結果ログ見るかなので,revrewdog入れても入れなくても同じ?と思った感じ(たしかにstatusにはでるが,落ちてたらそっち見るのではなく↓のCI結界一覧の |
たしかに,CI側をいじらなければ良いので,よいか.
安全なのはそれよね. 一旦,ここではこれでマージして,別でこれやりますか? |
個人的にはfilter-modeどうしようがまずUnchanged files with check annotations Beta見るのでそうかな?というかんじですね > nofilter |
ちゃんとexitするstep追加するのはすぐできるんでやっちゃいます |
8dbb8f9
to
5ac636a
Compare
ん?CI走らない.なぜ |
5ac636a
to
99e65c0
Compare
513144f
to
ea11783
Compare
少々手こずりましたがこれでよさそう |
ありがとー.じゃあCI通るようにします. こうなれば,reviewdogの返り値気にしなくて良くなるので,また |
まあaddedでいいとは思います |
テストコミットだけ消しますね |
fd4afa2
to
32b1f1f
Compare
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.
これでいいのでは?
お |
ではマージします |
概要
check_coding_rule
のCIが落ちるべき時に落ちていなかったので修正Issue
詳細