-
-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
https://github.com/bingo-examples/eslint-plugin-cta-example was generated with roughly:
npx create-typescript-app --preset everything --add-eslint-plugin --exclude-example-files --directory eslint-plugin-cta-example --title eslint-plugin-cta-example --description "Example ESLint plugin built with create-typescript-app. π"
It should pass all package scripts locally and in CI once all repository tokens are populated.
Actual
lint:docs
is failing only in CI. Example from https://github.com/bingo-examples/eslint-plugin-cta-example/actions/runs/14361036702/job/40262335756:
> eslint-doc-generator --check
Please run eslint-doc-generator. A rule doc is out-of-date: docs/rules/enums.md
- Expected
+ Received
# enums
- πΌ This rule is enabled in the β
`recommended` config.
-
<!-- end auto-generated rule header -->
Please run eslint-doc-generator. The rules table in README.md is out-of-date.
- Expected
+ Received
@@ -3[9](https://github.com/bingo-examples/eslint-plugin-cta-example/actions/runs/14361036702/job/40262335756#step:5:10),16 +39,13 @@
These are all set to `"error"` in the recommended config:
<!-- begin auto-generated rules list -->
- πΌ Configurations enabled in.\
- β
Set in the `recommended` configuration.
-
- | Name | Description | πΌ |
- | :--------------------------- | :------------------------------ | :-- |
- | [enums](docs/rules/enums.md) | Avoid using TypeScript's enums. | β
|
+ | Name | Description |
+ | :--------------------------- | :------------------------------ |
+ | [enums](docs/rules/enums.md) | Avoid using TypeScript's enums. |
<!-- end auto-generated rules list -->
## Development
Additional Info
I don't know why this is happening. The package does build in CI with pnpm build --no-dts
before running pnpm lint:docs
. I've even tried a fresh clone of the repo locally - no reproducible complaints.
π
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(