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

fix(secretlint): update meow and globby and exit status #547

Merged
merged 7 commits into from
Jul 2, 2023

Conversation

azu
Copy link
Member

@azu azu commented Jul 2, 2023

Update dependencies that are Pure ESM.

Changes

Exit Status

Secretlint exits with the following values:

  • 0:
    • Linting succeeded, no errors found.
    • Found lint error but --output is specified.
  • 1:
    • Linting failed, errors found.
  • 2:
    • Unexpected error occurred, fatal error.

@azu azu linked an issue Jul 2, 2023 that may be closed by this pull request
@azu azu added the Type: Refactoring A code change that neither fixes a bug nor adds a feature label Jul 2, 2023
@azu azu changed the title fix(secretlint): update meow and globby fix(secretlint): update meow and globby and exit status Jul 2, 2023
@azu azu mentioned this pull request Jul 2, 2023
7 tasks
@azu azu added Type: Breaking Change Includes breaking changes and removed Type: Refactoring A code change that neither fixes a bug nor adds a feature labels Jul 2, 2023
@azu azu merged commit 11a6da0 into master Jul 2, 2023
16 checks passed
@azu azu deleted the 546-use-pure-esm-modules-in-secretlint branch July 2, 2023 14:12
@github-actions github-actions bot mentioned this pull request Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Includes breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Pure ESM modules in secretlint
1 participant