Closed trm11tkr closed 9 months ago
https://github.com/yumemi-inc/flutter-mobile-project-template/pull/64 にて対応した Pull Request でのフォーマットチェックですが、dart fix --dry-run も検証するには少し工夫が必要だったので issue を切り分けました
dart fix --dry-run
check-format-ci.sh 内で dart fix --dry-run を実行し、修正箇所が検出されれば CI を落とすようにする
FYI: https://gist.github.com/hell0again/f5f3064ad1ea6c5c7308
これに関する既存の Issue はありますか?
動機
https://github.com/yumemi-inc/flutter-mobile-project-template/pull/64 にて対応した Pull Request でのフォーマットチェックですが、
dart fix --dry-run
も検証するには少し工夫が必要だったので issue を切り分けました提案
check-format-ci.sh 内で
dart fix --dry-run
を実行し、修正箇所が検出されれば CI を落とすようにするFYI: https://gist.github.com/hell0again/f5f3064ad1ea6c5c7308