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

Recommended-CI preset does not remove log spam in CI #12

Closed
ST-DDT opened this issue Nov 7, 2024 · 1 comment
Closed

Recommended-CI preset does not remove log spam in CI #12

ST-DDT opened this issue Nov 7, 2024 · 1 comment

Comments

@ST-DDT
Copy link
Contributor

ST-DDT commented Nov 7, 2024

I tried using the new config preset in CI, but the log is still spammed by processing messages:

| Linting...
/ Linting...
- Linting...
\ Linting...
| Linting...
/ Linting...
- Linting...
\ Linting...
| Linting...
/ Linting...
- Linting...
\ Linting...
| Linting...

The presets removes the file from the message, but not the message itself.
In the current state, it doesn't feel like an improvement over the normal recommended preset.

Here are some logs for comparison:

Maybe the following preset definition solve the issue?

  'recommended-ci': {
    name: 'progress/recommended-ci',
    plugins: {
      progress: plugin
    },
    rules: {
      "progress/activate": process.env.CI === 'true' ? 0 : 2
    },
  }

Found in:

@sibiraj-s
Copy link
Owner

Should be fixed in v3.0.1.

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

No branches or pull requests

2 participants