-
This tool could be helpful for improving code quality and catching potential bugs
https://github.com/astral-sh/ruff
To do:
- [ ] Replace `flake8`
- [x] Replace `black`
- [x] Replace `isort`
…
-
Thanks for the awesome tool.
How possible to add a command option to fix lint issues automatically?
e.g `--fix`.
-
Mega linter has a [Github Action](https://github.com/marketplace/actions/megalinter#github-action) that can easily be added to the existing workflow. This will help with code reviews by adding markdow…
-
### Environment
* Nautobot version:
* pylint-nautobot version:
### Proposed Functionality
### Use Case
Walk the `urlpatterns` in `urls.py` of an app and ensure that URLs with associ…
-
### What?
* k6-core and k6-browser linter configurations do not match.
* Use k6-core's version directly or use it as the base and extend it with k6-browser's additional rules.
### Why?
* To …
-
Hi team,
It would be helpful to have a linting rule for index names, such as enforcing the use of snake_case for index names. For example, the following should throw an error: @@index([createdAt], …
-
https://www.gitkraken.com/blog/husky-git-hooks
-
This is currently not detected:
```ruby
# bad
case value
when 1.0
-
In Rust 2024, we're making some changes to match ergonomics. Those changes are:
- Rule 1C: When the DBM (default binding mode) is not `move` (whether or not behind a reference), writing `mut`, `ref`…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
PostgreSQL, MySQL, and SQLite all support the JSO…