Skip to content

Update makefiles to fix linting failures not failing #753

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

Merged
merged 3 commits into from
Jan 29, 2021
Merged

Conversation

chinandrew
Copy link
Contributor

@chinandrew chinandrew commented Jan 29, 2021

Description

See #699 (comment). Having both lint commands run in the same line means that if the first fails but the second succeeds, the command exits with status code 0 and the CI passes.

One thing we might experience is some existing PRs getting merged in that altered this code but dont pass linting, and we'll just have to fix them if they come up

Changelog

Itemize code/test/documentation changes and files added/removed.

  • Update all makefiles to split command into 2 lines.
  • Fix linting errors that snuck by.

Fixes

Copy link
Contributor

@krivard krivard left a comment

Choose a reason for hiding this comment

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

xlnt

@krivard krivard merged commit 101cd24 into main Jan 29, 2021
@krivard krivard deleted the fix_linting branch January 29, 2021 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants