fix zip'ing on unequal length arrays
Compare changes
Files
3@@ -52,8 +52,9 @@ autocorrect LINTER https://github.com/huacnlee/autocorrect markdown javascript
todocheck LINTER A static code analyser for annotated TODO comments https://github.com/preslavmihaylov/todocheck python javascript shell swift php c rust r groovy cpp typescript csharp go scala java 398 1 $rootdir ^\.todocheck\.yaml$ $matchall $PDF_path_re $PDF_name_re $PDF_data_re $PCH_path_re $PCH_name_re $PCH_data_re $rootdir $rootdir $rootdir $readme
flake8 LINTER flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. https://github.com/PyCQA/flake8 python 3000 1 # noqa $rootdir ^(\.flake8)$ $matchall $PDF_path_re $PDF_name_re $PDF_data_re $PCH_path_re $PCH_name_re (^- repo: https://github.com/pycqa/flake8|id: flake8)$ $rootdir pyproject.toml ^\[flake8\]$ $rootdir $rootdir $readme
flake8 LINTER flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. https://github.com/PyCQA/flake8 python 3000 1 # noqa $rootdir ^(\.flake8)$ $matchall $PDF_path_re $PDF_name_re $PDF_data_re $PCH_path_re $PCH_name_re (^- repo: https://github.com/pycqa/flake8|id: flake8)$ $rootdir pyproject.toml tool\.flake8 $rootdir $rootdir $readme
clippy LINTER A bunch of lints to catch common mistakes and improve your Rust code. https://github.com/rust-lang/rust-clippy rust 9800 1 ^#[!]?\[(warn|allow|deny)\(clippy::.*\)\]$ $rootdir ^.?clippy\.toml$ $matchall $PDF_path_re $PDF_name_re cargo clippy $PCH_path_re $PCH_name_re id: clippy$ $rootdir $rootdir $rootdir $readme
cargo-deny SECURITY cargo-deny is a cargo plugin that lets you lint your project's dependency graph to ensure all your dependencies conform to your expectations and requirements. https://github.com/EmbarkStudios/cargo-deny rust 1300 1 $rootdir ^deny\.toml$ $matchall $PDF_path_re $PDF_name_re cargo[ -]deny $rootdir $rootdir $rootdir $readme
safety SECURITY Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. https://github.com/pyupio/safety python 1500 1 $rootdir ^\.safety-policy\.yml$ $matchall $PDF_path_re $PDF_name_re safety check $rootdir $rootdir $rootdir $readme
pylint LINTER Pylint analyses your code without actually running it. It checks for errors, enforces a coding standard, looks for code smells, and can make suggestions about how the code could be refactored. https://github.com/pylint-dev/pylint python 5000 1 # pylint: $rootdir pylintrc $matchall $PDF_path_re $PDF_name_re $PDF_data_re $PCH_path_re $PCH_name_re id: pylint$ $rootdir pyproject.toml tool\.pylint $rootdir ^requirements-dev\.txt$ $DD_data_re $rootdir $readme \[!\[linting: pylint\]\(https://img\.shields\.io/badge/linting-pylint-yellowgreen\)\]\(https://github\.com/pylint-dev/pylint\)