-
if i, for example, forbid `dead_code`, clippy produces
```
error[E0453]: allow(dead_code) incompatible with previous forbid
|
| #[derive(Parser, Debug, Clone)]
| ^^^^^^ overruled…
-
I've been trying to contribute to frc-docs on my windows machine and I've been having a lot of issues, I was asked to put in an issue so I'm going to make a little list
1. `source/extensions/redown…
-
As more and more people are contributing to this project and each one brings his/her own coding style, I think it would be great if we could enable `npm run lint` in the Travis CI pipeline. In this wa…
-
Currently, when you change `.luacheckrc` file, the diagnostics stay the same until the file is modified, even though the lints might change:
https://user-images.githubusercontent.com/732554/2090987…
-
Seems to fail when using `localhost` versus a direct ip
```
# localhost fails
➜ ~ websocat -v ws://localhost:8900/
[INFO websocat::lints] Auto-inserting the line mode
[INFO websocat::stdio_t…
-
We should consider removing this lint as we have lot of unfinished features.
TODO
## 🤔 Expected Behavior
## 😯 Current Behavior
## 💁 Possible Solution
## 🔦 Context
…
-
**Describe the bug**
When we run `pnpm lint`, there are quite a few failures in `secret-scan` package. We would like to get them fixed.
**To Reproduce**
Steps to reproduce the behavior:
1. At …
-
| Metadata | |
| -------- | --- |
| Owner(s) | @lcnr |
| Team(s) | [rust-analyzer](https://github.com/rust-lang/rust-analyzer), [types](https://github.com/rust-lang/types-team) |…
-
## Describe the rule you'd like to see added and to what rule set
### Lint
Lint to protect against the error "Incorrect Use of ParentData Widget" in Flutter.
### Ruleset: `flutter_lints`
-
I noticed a few minor aspects of lints' `_details` are pretty non-standard. This seems counter-productive for users looking for a quick solution, if that information is formatted differently every tim…