-
Notifications
You must be signed in to change notification settings - Fork 7
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
CNDW2024のRaketaskを追加 #2455
CNDW2024のRaketaskを追加 #2455
Conversation
commit: cloudnativedaysjp/dreamkast@22c9ce6 Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@86d0c4b Co-authored-by: GitHub Action <[email protected]>
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 suggestion.
Comments skipped due to low confidence (1)
lib/tasks/add_talks_for_cndw2024_intermission.rake:74
- [nitpick] Use the full syntax for the
track_id
variable for clarity.
add_talk(param.merge(conference_id: conference.id, conference_day_id: day.id, track_id:, show_on_timetable: false))
ActiveRecord::Base.logger = Logger.new($stdout) | ||
Rails.logger.level = Logger::DEBUG | ||
|
||
def add_talk(param) |
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.
The conference
variable is used before it's defined in the add_talk
function. Pass the conference
variable as a parameter to the add_talk
function to avoid scope issues.
def add_talk(param) | |
def add_talk(param, conference) |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
Simplecov Report
|
2日目のクロージングの時間が前倒しになったけど、1日目との整合性を取りたい&時刻の設定はそれほど重要ではないので気にせず18時からにする