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

chore(lint): Make lint mandatory for UI package #360

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Nov 17, 2023

Context

Currently, both lint:code and lint:style are optional as both are run with ; syntax, meaning that if lint:code fails, but stylelint doesn't, the stage is passed as only the last exit code gets stored.

Changes

The fix is to separate both scripts and execute them in dedicated stages.

@lordrip lordrip requested a review from a team November 17, 2023 09:14
@lordrip lordrip force-pushed the chore/fix-lint-script branch 2 times, most recently from be34371 to 5631f2d Compare November 17, 2023 09:19
Currently, both lint:code and lint:style are optional as both
are run with `;` syntax, meaning that if lint:code fails, and stylelint doesn't,
the stage is passed as only the last exit code gets stored.

The fix is to separate both scripts and execute them in dedicated stages.
@lordrip lordrip force-pushed the chore/fix-lint-script branch from 5631f2d to dd2c91b Compare November 17, 2023 09:25
@lordrip
Copy link
Member Author

lordrip commented Nov 17, 2023

thanks for reviewing it @shivamG640 💪

@lordrip lordrip merged commit bd70558 into KaotoIO:main Nov 17, 2023
10 checks passed
@lordrip lordrip deleted the chore/fix-lint-script branch November 17, 2023 11:37
lordrip pushed a commit to lordrip/kaoto that referenced this pull request Aug 30, 2024
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