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

Changing workspace metadata should cause the lints to be rerun #650

Closed
smoelius opened this issue Mar 20, 2023 · 2 comments
Closed

Changing workspace metadata should cause the lints to be rerun #650

smoelius opened this issue Mar 20, 2023 · 2 comments

Comments

@smoelius
Copy link
Collaborator

smoelius commented Mar 20, 2023

E.g., changing this:

[workspace.metadata.dylint]
libraries = [
    { git = "https://github.com/trailofbits/dylint", pattern = "examples/general/*" },
]

to this:

[workspace.metadata.dylint]
libraries = [
    { git = "https://github.com/trailofbits/dylint", pattern = "examples/general/*" },
    { git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/try_io_result" },
]

should cause the lints to be rerun.

@smoelius smoelius changed the title Changing workspace metadata does not cause the lints to be rerun Changing workspace metadata should cause the lints to be rerun Apr 19, 2023
@smoelius
Copy link
Collaborator Author

Bug reported by @maxammann

@smoelius
Copy link
Collaborator Author

This should be fixed by #813 in version 2.2.0.

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

No branches or pull requests

1 participant