-
Here's a simple package:
```
my_package
- pubspec.yaml
- .analysis_options
- lib
- class.dart
```
with `.analysis_options`:
```
linter:
rules:
- always_declare_return_typ…
-
### Problem
The workspace inheritance RFC [deferred inheriting-by-default to not get in the way of merging a minimal solution](https://github.com/rust-lang/rfcs/blob/master/text/2906-cargo-workspace-…
epage updated
10 months ago
-
Some lints should usually activate only in internal code, yet people might want them to lint code from external macros, too.
We want to give them a way to configure clippy to select the lints that s…
-
(I'll update as I move forward)
- float_cmp/single_match needs `in_external_macro`, otherwise it lints on all derived thingies. We should find other lints that are prone to lint on `derive` too.
- `op…
-
I've run into lints that are false positives on clippy, but I've been unsure if they're expected or not. I think it would be helpful if the lints in the `clippy` collection (that are expected no false…
-
Test binary is built with `--release` flag. Currently it fails in COPR:
```
/usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -…
-
We recently (#972) enabled haml-lint in order to get a grip on our messy haml.
Currently there are a lot of useful lints disabled because we have to work through their respective TODO's.
The TODO's …
-
In https://github.com/dart-lang/linter/issues/1365#issuecomment-455338840, @Hixie writes:
> As a user (and not with my Flutter hat on), I'd love to have a way to turn on all possible lints, and req…
-
Right now, there's no way to hide (or specifically include) code that only cbindgen needs to know about when parsing a file.
There should be a conditional compilation attribute, or some other way of …
-
clippy-complexity lints indicated that in `/core/market/src/negotiation/common.rs` unauthorized error is never returned. This is probably bug which needs proper investigation and probably fix with tes…