特急こうのとりの停車駅を修正し新大阪直通に対応 - #1630
Merged
Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🚉 停車駅の変更1 件の変更された停車パターン
✏️ こうのとり (Kounotori) - JR京都線 / JR宝塚線 / JR神戸線 / 福知山線 / 山陰本線 / 山陰本線type_cd=222, line_group_cd=300 変更内容: 6 駅追加 | 川西池田: ○ → △ | 中山寺: ○ → △ 全駅リスト (53駅)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
devの内容をmasterへ反映するリリースPRです。特急こうのとり(type_cd=222/line_group_cd=300)の停車駅データを修正し、新大阪直通に対応しました。変更の種類
変更内容
data/5!station_station_types.csvの特急こうのとり(type_cd=222/line_group_cd=300)の停車駅を更新1160213)・大阪(1160214,1160301)・尼崎(1160303)を停車(pass=0)として追加し、新大阪直通に対応1160302,1162924)を通過(pass=1)として追加1162908)・中山寺(1162909)を通過(pass=1)から一部通過(pass=2)に変更含まれるコミット:
テスト
cargo fmt --all -- --checkが通ることcargo clippy -- -D warningsが通ることcargo test(SQLX_OFFLINE=true)が通ること省略: コード変更なし(変更は
data/**/*.csvのみ)。代わりにcargo run -p data_validatorを実行し[VALID] No errors reported.を確認済み。関連Issue
Refs #1629
スクリーンショット(任意)