-
We need to setup linting for this repo. We can use flake8 for linting our Python code and we can use JSHint for linting our JavaScript code.
-
Currently many linter warnings are suppressed - this should be addressed and actually fixed rather than suppressed.
-
Due to https://typescript-eslint.io/troubleshooting/typed-linting/performance/, it could be worth considering making type-aware linting rules not the default when using the `typescript` preset. This c…
-
There's linting errors on master branch:
```
❯ cd operator
❯ make lint
internal/apply/auto/v1alpha1/workspace.go:51:4: b.Kind undefined (type *WorkspaceApplyConfiguration has no field or method Kind) …
-
[lessons-conventions-lint]: http://github-pages.ucl.ac.uk/rsd-engineeringcourse/ch05construction/02conventions.html#Lint
[yapf]: https://github.com/google/yapf
[black]: https://black.readthedocs.i…
-
### Feature summary
Add ruff linting to CI
### Feature description
Requested changes:
- Pre-config is intended to help developers catch issues that will be inevitably caught during CI. Linting i…
-
- Link to eclipse-set/set#1078
- Table reference can update via by commenting:
- All table: `/update-table-reference`
- Single table: `/update-table-reference { table_shortcut }`.
- Download Diff…
-
Hello,
Could we have a linting tool setup (maybe through pre-commit) in fastparquet?
We tackled this topic in issue #720 .
At this time, @martindurant , you mentionned:
> It would be reasonable …
-
Just curious, would you like me to modernize the packaging a bit? I think flit-core makes more sense for a very simple package like this (we are using it for all our foundational libraries to minimize…
-
When working with Atlas' linting in CI, the linter seems to run against all of the migrations inside of the directory, regardless of which migrations were created inside of the pull request. It seems …