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 Sep 27, 2024
1 parent d96c822 commit 4a605e6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,

- [PHP Insights](https://phpinsights.com) — Instant PHP quality checks from your console. Analysis of code quality and coding style as well as overview of code architecture and its complexity.

- [Php Inspections (EA Extended)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) :warning: — A Static Code Analyzer for PHP.
- [Php Inspections (EA Extended)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) — A Static Code Analyzer for PHP.

- [PHP Refactoring Browser](https://qafoolabs.github.io/php-refactoring-browser) — Refactoring helper.

Expand Down Expand Up @@ -1511,6 +1511,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [pre-commit](https://pre-commit.com) — A framework for managing and maintaining multi-language pre-commit hooks.

- [Precaution](https://www.securesauce.dev/) — Precaution is a static analysis security tool (SAST) designed to find potentially critical vulnerabilities in source code prior to production. It is available as a CLI, GitHub Action, and GitHub App.

- [Prettier](https://prettier.io) — An opinionated code formatter.

- [Pronto](https://github.com/prontolabs/pronto) — Quick automated code review of your changes. Supports more than 40 runners for various languages, including Clang, Elixir, JavaScript, PHP, Ruby and more.
Expand Down
43 changes: 42 additions & 1 deletion data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -12990,7 +12990,7 @@
"plans": null,
"description": "A Static Code Analyzer for PHP.",
"discussion": null,
"deprecated": true,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -13997,6 +13997,47 @@
"demos": null,
"wrapper": null
},
"precaution": {
"name": "Precaution",
"categories": [
"linter"
],
"languages": [
"go",
"java",
"python"
],
"other": [
"ci",
"security"
],
"licenses": [
"Business Source License 1.1"
],
"types": [
"cli",
"service"
],
"homepage": "https://www.securesauce.dev/",
"source": "https://github.com/securesauce/precli",
"pricing": "https://www.securesauce.dev/",
"plans": {
"free": true,
"oss": true
},
"description": "Precaution is a static analysis security tool (SAST) designed to find potentially critical vulnerabilities in source code prior to production. It is available as a CLI, GitHub Action, and GitHub App.",
"discussion": null,
"deprecated": null,
"resources": [
{
"title": "Introducing Precaution",
"url": "https://blog.securesauce.dev/introducing-precaution"
}
],
"reviews": null,
"demos": null,
"wrapper": null
},
"prettier": {
"name": "Prettier",
"categories": [
Expand Down

0 comments on commit 4a605e6

Please sign in to comment.