-
```toml
[lint]
ignore = ["asdfasdf"]
```
this causes the following error message to appear:
> Error while resolving settings from workspace c:\Users\user\project. Please refer to the logs for…
-
Could use some standardization and some dev environment hook setups to keep the code structure clean
-
### Why do we need this improvement?
To improve the lighhouse performance of the website.
### How will this change help?
It will make sure PR's have proper linting approved my Next.js
### Screensh…
-
-
**Is your feature request related to a problem? Please describe.**
GHA uses yaml to define its actions, but there isn't a linter to ensure you're following the right format/expectations etc, and so w…
-
So in my use case I'm consolidating all different linters (among other things) to be ran with the Taskfile. See the snippet below for the general structure.
When running linters it would be nice to…
-
### Proposal
- **User Experience**: How does this feature improve the user experience?
Working with linters, I often would like to access the whole syntax structure of the module until the…
-
### What it does
There is very little reason to wrap a Copy type in Rc/Arc: just copying the value directly is usually faster and certainly more ergonomic. Additionally, it's a decently common beginn…
-
### Lint explanation
As an opt-in lint, clippy could detect when identifiers (variable/function/struct) names don't spell-check. This feature would be extendable per-project with a glossary/jargonf…
-
Kick-starting off this issue off of [this discussion](https://github.com/gnolang/gno/pull/667/files#r1203641562). A linter is definitely something we'll want, adding some more checks on top of the kin…