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

Related settings reference is not generating on main #12012

Closed
dhruvmanila opened this issue Jun 24, 2024 · 0 comments · Fixed by #12013
Closed

Related settings reference is not generating on main #12012

dhruvmanila opened this issue Jun 24, 2024 · 0 comments · Fixed by #12013
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@dhruvmanila
Copy link
Member

dhruvmanila commented Jun 24, 2024

Added in #4157.

It's not showing up in the documentation anymore: https://docs.astral.sh/ruff/rules/

Related code:

if Options::metadata().has(linter.name()) {
table_out.push_str(&format!(
"For related settings, see [{}](settings.md#{}).",
linter.name(),
linter.name(),
));
table_out.push('\n');
table_out.push('\n');
}

@dhruvmanila dhruvmanila added the documentation Improvements or additions to documentation label Jun 24, 2024
@dhruvmanila dhruvmanila changed the title Docs: related settings reference has stopped working Related settings reference is not generating on main Jun 24, 2024
@MichaReiser MichaReiser self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants