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

Lint pilot beta 🐝 #1

Merged
merged 30 commits into from
Jun 17, 2024
Merged

Lint pilot beta 🐝 #1

merged 30 commits into from
Jun 17, 2024

Conversation

01taylop
Copy link
Owner

@01taylop 01taylop commented Jun 9, 2024

Details

What have you changed?

  • Wrote a lint runner which can run ESLint, Stylelint, and Markdownlint.
    • Written in TypeScript.
    • Unit tests using Jest, written in TypeScript.
    • Bundled using Rollup.
  • At this stage the module only includes the basic functionality to run. The rules enabled are only for testing and the results are not logged yet.

Why are you making these changes?

  • With these changes, Lint Pilot can be tested and features and config can be added in smaller pull requests.

01taylop added 26 commits June 8, 2024 22:32
Exit code is 1 if there are any errors. Otherwise exit code 0 is used
even if there are warnings.
@01taylop 01taylop changed the title Lint pilot Lint pilot beta 🐝 Jun 11, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@01taylop 01taylop marked this pull request as ready for review June 17, 2024 12:20
@01taylop 01taylop merged commit 491d608 into main Jun 17, 2024
5 checks passed
@01taylop 01taylop deleted the lint-pilot branch June 17, 2024 12:24
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.

1 participant