-
Notifications
You must be signed in to change notification settings - Fork 356
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
style: fix lint issues #740
Conversation
export type RecentTask = AnyTask & RecentEvent; | ||
export type RecentCommandTask = CommandTask & RecentEvent | ||
export type RecentExperimentTask = ExperimentTask & RecentEvent | ||
export type RecentCommandTask = CommandTask & RecentEvent; |
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.
should we make these Error level failures so they break CI test?
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 multiple space rule.
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.
yep I like that. I wasn't sure if that was too severe but with auto fix I think that's reasonable.
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.
I'll update this PR to make it error level.
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.
thoughts on making them error level?
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Remove podman integration tests from gate runs as they are not reliable. Disable by breaking inheritance of steps -- use test-e2e-slurm-disabled workflow that does nothing.
Description
Test Plan
Commentary (optional)