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 Jun 17, 2024
1 parent 6ce4501 commit 2457424
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi

- [goast](https://github.com/m-mizutani/goast) :warning: — Go AST (Abstract Syntax Tree) based static analysis tool with Rego.

- [gochecknoglobals](https://github.com/leighmcculloch/gochecknoglobals) — Checks that no globals are present.
- [gochecknoglobals](https://github.com/leighmcculloch/gochecknoglobals) :warning: — Checks that no globals are present.

- [goconst](https://github.com/jgautheron/goconst) — Finds repeated strings that could be replaced by a constant.

Expand Down Expand Up @@ -956,7 +956,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be

- [deal](https://deal.readthedocs.io/) — Design by contract for Python. Write bug-free code. By adding a few decorators to your code, you get for free tests, static analysis, formal verification, and much more.

- [Dlint](https://github.com/dlint-py/dlint) :warning: — A tool for ensuring Python code is secure.
- [Dlint](https://github.com/dlint-py/dlint) — A tool for ensuring Python code is secure.

- [Dodgy](https://github.com/landscapeio/dodgy) — Dodgy is a very basic tool to run against your codebase to search for "dodgy" looking values. It is a series of simple regular expressions designed to detect things such as accidental SCM diff checkins, or passwords or secret keys hard coded into files.

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

- [Better Code Hub](https://bettercodehub.com) :copyright: — Better Code Hub checks your GitHub codebase against 10 engineering guidelines devised by the authority in software quality, Software Improvement Group.

- [Betterscan CE](https://github.com/marcinguy/betterscan-ce) — Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).
- [Betterscan CE](https://github.com/tcosolutions/betterscan-ce) — Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).

- [biome](https://biomejs.dev) — A toolchain for web projects, aimed to provide functionalities to maintain them. Biome formats and lints code in a fraction of a second. It is the successor to Rome. It is designed to eventually replace Biome is designed to eventually replace Babel, ESLint, webpack, Prettier, Jest, and others.

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

- [Hound CI](https://houndci.com) — Comments on style violations in GitHub pull requests. Supports Coffeescript, Go, HAML, JavaScript, Ruby, SCSS and Swift.

- [imhotep](https://github.com/justinabrahms/imhotep) — Comment on commits coming into your repository and check for syntactic errors and general lint warnings.
- [imhotep](https://github.com/justinabrahms/imhotep) :warning: — Comment on commits coming into your repository and check for syntactic errors and general lint warnings.

- [include-gardener](https://github.com/feddischson/include_gardener) :warning: — A multi-language static analyzer for C/C++/Obj-C/Python/Ruby to create a graph (in dot or graphml format) which shows all `#include` relations of a given set of files.

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

- [Understand](https://www.scitools.com) :copyright: — Code visualization tool that provides code analysis, standards testing, metrics, graphing, dependency analysis and more for Ada, VHDL, and others.

- [Unibeautify](https://unibeautify.com) — Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more.
- [Unibeautify](https://unibeautify.com) :warning: — Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more.

- [Upsource](https://www.jetbrains.com/upsource) :copyright: — Code review tool with static code analysis and code-aware navigation for Java, PHP, JavaScript and Kotlin.

Expand Down Expand Up @@ -2091,7 +2091,7 @@ but with the following improvements:

- [promformat](https://github.com/facetoe/promformat) :warning: — Promformat is a PromQL formatter written in Python.

- [promval](https://github.com/facetoe/promval) — PromQL validator written in Python. It can be used to validate that PromQL expressions are written as expected.
- [promval](https://github.com/facetoe/promval) :warning: — PromQL validator written in Python. It can be used to validate that PromQL expressions are written as expected.


<a name="protobuf" />
Expand Down
14 changes: 7 additions & 7 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@
"types": [
"cli"
],
"homepage": "https://github.com/marcinguy/betterscan-ce",
"source": "https://github.com/marcinguy/betterscan-ce",
"homepage": "https://github.com/tcosolutions/betterscan-ce",
"source": "https://github.com/tcosolutions/betterscan-ce",
"pricing": "https://betterscan.io/pricing",
"plans": {
"free": false,
Expand Down Expand Up @@ -5635,7 +5635,7 @@
"plans": null,
"description": "A tool for ensuring Python code is secure.",
"discussion": null,
"deprecated": true,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -7762,7 +7762,7 @@
"plans": null,
"description": "Checks that no globals are present.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -9113,7 +9113,7 @@
"plans": null,
"description": "Comment on commits coming into your repository and check for syntactic errors and general lint warnings.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -14042,7 +14042,7 @@
"plans": null,
"description": "PromQL validator written in Python. It can be used to validate that PromQL expressions are written as expected.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -19918,7 +19918,7 @@
"plans": null,
"description": "Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down

0 comments on commit 2457424

Please sign in to comment.