Skip to content
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

staging -> main #137

Merged
merged 4 commits into from
Dec 3, 2024
Merged

staging -> main #137

merged 4 commits into from
Dec 3, 2024

Conversation

samyou-softwire
Copy link
Contributor

No description provided.

@samyou-softwire samyou-softwire added the production release Add this label to a PR you want to merge into main label Dec 3, 2024
Copy link

@davidm-m davidm-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one thing I've found isn't worth postponing a production release if we've already arranged one, but I would like a PR to fix it to be raised. That way it won't be forgotten about.

Comment on lines +212 to +215
if (confirmation)
adminAction.AddMissingAuthoritiesToDatabase();
else
outputProvider.Output("No changes made.");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ifs without braces always make me scared. Any chance we could add some in here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linter requirement alas

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤨
I would turn off that rule in the linter rather than follow it personally. I realise I'm not the actual TL for the project but in my opinion this rule is only leaving yourself open to potential bugs in the future.

Copy link
Contributor Author

@samyou-softwire samyou-softwire Dec 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps; the linter rules are not something we've reviewed much before, so can raise a ticket for this. it'd need some work to ensure we're using the same rules for everyone, right now we all agree to use rider's default

can raise a ticket for this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what it's worth I agree with this

@samyou-softwire samyou-softwire merged commit 6a68dad into main Dec 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
production release Add this label to a PR you want to merge into main
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants