-
Sorry this is my first issue post. I was having issues running `cargo run` or `cargo build` when working through the getting started pages for Rocket and Actix. I found an old issue back from [May](ht…
-
Have you thought about supporting something like [ESLint shareable config](https://eslint.org/docs/developer-guide/shareable-configs)?
```js
{
"graphql-schema-linter": {
"extends": "some-p…
-
This feels like an abstraction of the linters or of @JasonEtco's [todo](https://github.com/JasonEtco/todo) bot.
## Design vision:
- A PR comes in
- a bot reads over every single line of the dif…
-
In Dart code, I see code with the following structure very often:
```dart
for (var i = 0; i < 10; i++) {
print('Hello world');
}
```
This is a very imperative way of programming (first, se…
-
Tenho pensado que poderíamos ter uma etapa de revisão básica e automática no repositório, para ser engatilhada cada vez que uma nova PR chega. Como o código do QD é [muito padronizado](https://docs.qu…
-
This project lacks a guide for new contributors, which can be a barrier to entry for potential contributors. We need to create a guide to help new contributors get started. To address this issue and f…
-
Is this even possible?
-
The `range_plus_one` lint suggests replacing `Range` syntax with `RangeInclusive` syntax. That's fine if you're immediately going to loop. But it's invalid if the `Range` in question is going to be …
-
[RFC 344](https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints) mentions a naming convention for lints, and I think that going through the names of the lints clippy offe…
-
I should write contributing instructions, here are at least some topics which should be covered
## Topics to Include in `CONTRIBUTING.md`
### 1. Introduction
- Brief overview of the project.
-…