-
I noticed that when I have a merge commit in my history, danger-swiftlint will output lint violations that occur in the merges, and not my changes. This causes confusion.
-
I'm looking into ways to make scss-lint faster. If I were being rigorous this would include some more data [1].
One idea I have that is playing well with one sample file is to multithread `SCSSLint::…
-
Consider adding
```toml
# This will deny use of unwrap on Result and Option outside of tests
unwrap_used = { level = "deny", allow-unwrap-in-tests = "true" }
```
to the lints.clippy section o…
-
Tracking issue for all relating to the Clippy Book Chapter Updates Reborn project.
If you have anything relating to the whole project, please comment it here instead of in an individual PR.
| NAME…
-
**Describe the bug**
There seems to be some incompatibility between `custom_lint` and Flutter when running Linux in Docker, at least in CI (I tried both GH actions and Circle CI, Flutter versions 3…
-
Currently the `hlint` integration works as follows:
- Mark a linted occurence with a special background color
- Provide an Alt+Enter thingy that allows to ignore this kind of linting
- On hovering you…
NobbZ updated
8 years ago
-
I want the Dart language server to provide a suggested fix for turning lambda expressions into function references, where possible. For example:
* `() => f()` should be transformed into `f`
* `(a,…
-
the travis plugin uses lab 8, lints against 1.x, runs with seneca 2.0.0
-
```
C:\Users\jason\Desktop\Programming\Flutter\플스방\promiseScheduling>flutter packages get
Resolving dependencies... (1.6s)
flutter_lints 3.0.2 (4.0.0 available)
leak_tracker 10.0.0 (10.0.5 ava…
-
Catlin should show lint in format that allows easy integration with IDEs so that yaml files can be validated as they are created.
/kind bug