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

Print documentation links of rule #54

Merged
merged 9 commits into from Nov 20, 2021
Merged

Print documentation links of rule #54

merged 9 commits into from Nov 20, 2021

Conversation

mizdra
Copy link
Owner

@mizdra mizdra commented Nov 1, 2021

@mizdra mizdra added Status: Blocked Progress on the issue is Blocked Type: Feature New Feature labels Nov 1, 2021
@mizdra
Copy link
Owner Author

mizdra commented Nov 2, 2021

Screenshot

Before

image

After

image

@mizdra mizdra marked this pull request as ready for review November 2, 2021 16:54
package.json Outdated
@@ -43,7 +43,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"cli-table": "^0.3.6",
"cli-table": "msabramo/cli-table#GH-147",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/eslint.ts Outdated
overrideConfig: { plugins },
});
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const rulesMeta: ESLint.LintResultData['rulesMeta'] | undefined = (eslint as any).getRulesMetaForResults?.(results);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mizdra
Copy link
Owner Author

mizdra commented Nov 20, 2021

All blockers have been resolved and we are ready to proceed.

@mizdra mizdra merged commit fc1ee09 into main Nov 20, 2021
@mizdra mizdra deleted the print-documentation-link branch November 20, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Blocked Progress on the issue is Blocked Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print the link of rule's documentation
1 participant