-
Support scoped attributes for white-listed tools, e.g., `#[rustfmt::skip]`
[RFC](https://github.com/rust-lang/rfcs/blob/master/text/2103-tool-attributes.md)
[discussion thread](https://github.com/…
nrc updated
10 months ago
-
The [`rustc_mir::transform`](https://github.com/rust-lang/rust/blob/master/src/librustc_mir/transform/mod.rs) module defines the pipeline of analysis passes and transformations that run on the MIR af…
-
I believe there should be a lint to catch the scenario of having two or more queries which violate Rust's aliasing rules for components. I'd name it something like `query_conflict` and make it `deny` …
-
this can lead to different semantics (lints, etc.) and thus the PR checks aren't predictive of release-prepare's behavior.
[failing job example](https://github.com/holochain/holochain/actions/runs/…
-
- [ ] I would like to see also some builds, lints and test for each PR. So we can verify basic things work before looking deeper into it.
I guess there might also be some GitHub marketplace bot…
-
Follow-up to #2030.
Currently, the linter has the following behavior:
```r
01; c("a" = 1) # lints
02; c(`a` = 1) # lints
03; c("a b" = 1) # no lint
04; c(`a b` = 1) # no lint
05; "a"
-
Context: https://github.com/SpinlockLabs/github.dart/pull/244#issuecomment-790228911.
We currently use a very naive method to fetch all (and increasingly many) SDK repo tags to calculate when a lin…
-
For instance `prefer_asserts_in_initializer_list` needs langage support `enableAssertInitializer`.
Those lints should be auto-disable if the context isn't configured to support the specific langage…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
I have stylelint enabled on a vue js project, which combines the js, html, and css into one .vue file. If I run style lint from the command line (using the stylelint-processor-html processor) it will …