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: fix lint script in CI #4716

Merged
merged 4 commits into from
May 12, 2021
Merged

chore: fix lint script in CI #4716

merged 4 commits into from
May 12, 2021

Conversation

adidahiya
Copy link
Contributor

@adidahiya adidahiya commented May 12, 2021

Fixes #4710

Changes proposed in this pull request:

  • Fix sass-lint script so that it exits correctly with an error code when it fails
  • Make 'compile' job a dependency of the 'lint' job in CI (we need it for lint rules which rely on type information like deprecation/deprecation and for custom rules in our repo)
  • Fix lint errors existing in repo

@blueprint-bot
Copy link

chore: fix lint script in CI

Previews: documentation | landing | table

@blueprint-bot
Copy link

lint depends on compile

Previews: documentation | landing | table

@blueprint-bot
Copy link

fix lint

Previews: documentation | landing | table

@blueprint-bot
Copy link

fix more lint

Previews: documentation | landing | table

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.

Lint Fails in Local Environment
2 participants