Skip to content

json-schema: missing some properties #4593

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

Closed
5 tasks done
nikpivkin opened this issue Mar 29, 2024 · 5 comments
Closed
5 tasks done

json-schema: missing some properties #4593

nikpivkin opened this issue Mar 29, 2024 · 5 comments
Labels
question Further information is requested

Comments

@nikpivkin
Copy link

nikpivkin commented Mar 29, 2024

Welcome

Description of the problem

VSCode issues the following warnings:

  • Property check-shadowing is not allowed.
  • Property skip-files is not allowed.
  • Property skip-dirs is not allowed.

Scheme source: https://golangci-lint.run/jsonschema/golangci.jsonschema.json

image

Version of golangci-lint

Configuration

https://github.com/aquasecurity/trivy/blob/main/.golangci.yaml

Go environment

Verbose output of running

A minimal reproducible example or link to a public repository

Validation

  • Yes, I've included all information above (version, config, etc.).
@nikpivkin nikpivkin added the bug Something isn't working label Mar 29, 2024
Copy link

boring-cyborg bot commented Mar 29, 2024

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

@ldez ldez added question Further information is requested and removed bug Something isn't working labels Mar 29, 2024
@ldez
Copy link
Member

ldez commented Mar 29, 2024

Hello,

it's the expected behavior, those properties have been deprecated, then they are considered as removed.

https://golangci-lint.run/product/changelog/#v1570

@ldez ldez closed this as completed Mar 29, 2024
@nikpivkin
Copy link
Author

nikpivkin commented Mar 29, 2024

@ldez Thank you!

@akutz
Copy link

akutz commented Apr 18, 2024

Hello,

it's the expected behavior, those properties have been deprecated, then they are considered as removed.

https://golangci-lint.run/product/changelog/#v1570

I do not see skip-files as deprecated in the linked changelog page.

@ldez
Copy link
Member

ldez commented Apr 18, 2024

⚠️ Replace run.skip-xxx options by issues.exclude-xxx options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants