Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Apr 13, 2024
1 parent 3b09f5f commit 6299a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,6 @@ Its technology helps developers automate testing, find bugs, and reduce manual l

- [OWASP Dependency Check](https://owasp.org/www-project-dependency-check) — Checks dependencies for known, publicly disclosed, vulnerabilities.

- [Pixee](https://pixee.ai) :copyright: — Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.

- [qulice](https://www.qulice.com) — Combines a few (pre-configured) static analysis tools (checkstyle, PMD, Findbugs, ...).

- [RefactorFirst](https://github.com/jimbethancourt/RefactorFirst) — Identifies and prioritizes God Classes and Highly Coupled classes in Java codebases you should refactor first.
Expand Down Expand Up @@ -966,8 +964,6 @@ It uses the pycodestyle utility to determine what parts of the code needs to be

- [mypy](http://www.mypy-lang.org) — A static type checker that aims to combine the benefits of duck typing and static typing, frequently used with [MonkeyType](https://github.com/Instagram/MonkeyType).

- [Pixee](https://pixee.ai) :copyright: — Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.

- [prospector](https://github.com/PyCQA/prospector) — A wrapper around `pylint`, `pep8`, `mccabe` and others.

- [py-find-injection](https://github.com/uber/py-find-injection) :warning: — Find SQL injection vulnerabilities in Python code.
Expand Down Expand Up @@ -1462,6 +1458,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [pfff](https://github.com/facebookarchive/pfff/wiki/Main) :warning: — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.

- [Pixee](https://pixee.ai) :copyright: — Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.

- [PMD](https://pmd.github.io) — A source code analyzer for Java, Salesforce Apex, Javascript, PLSQL, XML, XSL and others.

- [pre-commit](https://pre-commit.com) — A framework for managing and maintaining multi-language pre-commit hooks.
Expand Down
1 change: 1 addition & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -13467,6 +13467,7 @@
"name": "Pixee",
"categories": [],
"languages": [
"java",
"python"
],
"other": [],
Expand Down

0 comments on commit 6299a70

Please sign in to comment.