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

Remove non-existing lint.extendIgnore editor setting #15844

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

dhruvmanila
Copy link
Member

This setting doesn't exist in the first place. I must've added it by mistake thinking that it exists similar to extendSelect. One reason to have auto-generated docs.

#[derive(Debug, Default, Deserialize)]
#[cfg_attr(test, derive(PartialEq, Eq))]
#[serde(rename_all = "camelCase")]
struct LintOptions {
enable: Option<bool>,
preview: Option<bool>,
select: Option<Vec<String>>,
extend_select: Option<Vec<String>>,
ignore: Option<Vec<String>>,
}

Closes: #14665

@dhruvmanila dhruvmanila added the documentation Improvements or additions to documentation label Jan 31, 2025
@dhruvmanila dhruvmanila enabled auto-merge (squash) January 31, 2025 05:57
@dhruvmanila dhruvmanila merged commit 4df0796 into main Jan 31, 2025
20 checks passed
@dhruvmanila dhruvmanila deleted the dhruv/fix-editor-docs branch January 31, 2025 06:00
dcreager added a commit that referenced this pull request Jan 31, 2025
* main:
  [`flake8-pyi`] Fix several correctness issues with `custom-type-var-return-type` (`PYI019`) (#15851)
  [`pyupgrade`] Reuse replacement logic from `UP046` and `UP047` (`UP040`) (#15840)
  [`refurb`] Avoid `None | None` as well as better detection and fix (`FURB168`) (#15779)
  Remove non-existing `lint.extendIgnore` editor setting (#15844)
  [`refurb`] Mark fix as unsafe if there are comments (`FURB171`) (#15832)
  [`flake8-comprehensions`] Skip when `TypeError` present from too many (kw)args for `C410`,`C411`, and `C418` (#15838)
  [`pyflakes`] Visit forward annotations in `TypeAliasType` as types (`F401`) (#15829)
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 this pull request may close these issues.

Deprecate lint.extendIgnore server setting
1 participant