Skip to content

Commit 5da9b71

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent a96ec36 commit 5da9b71

2 files changed

Lines changed: 39 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10541054

10551055
- **xenon** :warning: — Monitor code complexity using [`radon`](https://github.com/rubik/radon).
10561056

1057-
- [yapf](https://github.com/google/yapf) — A formatter for Python files created by Google
1057+
- **yapf** :warning: — A formatter for Python files created by Google
10581058
YAPF follows a distinctive methodology, originating from the 'clang-format' tool created by Daniel Jasper. Essentially, the program reframes the code to the most suitable formatting that abides by the style guide, even if the original code already follows the style guide. This concept is similar to the Go programming language's 'gofmt' tool, which aims to put an end to debates about formatting by having the entire codebase of a project pass through YAPF whenever changes are made, thereby maintaining a consistent style throughout the project and eliminating the need to argue about style in every code review.
10591059

10601060

@@ -1682,6 +1682,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
16821682

16831683
- [XCode](https://developer.apple.com/xcode) :copyright: — XCode provides a pretty decent UI for [Clang's](https://clang-analyzer.llvm.org/xcode.html) static code analyzer (C/C++, Obj-C).
16841684

1685+
- [Xygeni](https://xygeni.io/) :copyright: — Xygeni is a comprehensive Software Supply Chain Security platform. It provides Advanced SAST with AI-powered remediation, Software Composition Analysis (SCA) with real-time malware detection, Infrastructure as Code (IaC) scanning, and Secrets detection to ensure end-to-end code security.
1686+
16851687

16861688
## Other
16871689

data/api/tools.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22603,6 +22603,41 @@
2260322603
"demos": null,
2260422604
"wrapper": null
2260522605
},
22606+
"xygeni": {
22607+
"name": "Xygeni",
22608+
"categories": [
22609+
"linter"
22610+
],
22611+
"languages": [
22612+
"csharp",
22613+
"go",
22614+
"java",
22615+
"javascript",
22616+
"python"
22617+
],
22618+
"other": [
22619+
"dockerfile",
22620+
"kubernetes",
22621+
"terraform"
22622+
],
22623+
"licenses": [
22624+
"proprietary"
22625+
],
22626+
"types": [
22627+
"service"
22628+
],
22629+
"homepage": "https://xygeni.io/",
22630+
"source": null,
22631+
"pricing": null,
22632+
"plans": null,
22633+
"description": "Xygeni is a comprehensive Software Supply Chain Security platform. It provides Advanced SAST with AI-powered remediation, Software Composition Analysis (SCA) with real-time malware detection, Infrastructure as Code (IaC) scanning, and Secrets detection to ensure end-to-end code security.",
22634+
"discussion": null,
22635+
"deprecated": null,
22636+
"resources": null,
22637+
"reviews": null,
22638+
"demos": null,
22639+
"wrapper": null
22640+
},
2260622641
"yamllint": {
2260722642
"name": "yamllint",
2260822643
"categories": [
@@ -22652,7 +22687,7 @@
2265222687
"plans": null,
2265322688
"description": "A formatter for Python files created by Google\nYAPF follows a distinctive methodology, originating from the 'clang-format' tool created by Daniel Jasper. Essentially, the program reframes the code to the most suitable formatting that abides by the style guide, even if the original code already follows the style guide. This concept is similar to the Go programming language's 'gofmt' tool, which aims to put an end to debates about formatting by having the entire codebase of a project pass through YAPF whenever changes are made, thereby maintaining a consistent style throughout the project and eliminating the need to argue about style in every code review.",
2265422689
"discussion": null,
22655-
"deprecated": null,
22690+
"deprecated": true,
2265622691
"resources": null,
2265722692
"reviews": null,
2265822693
"demos": null,

0 commit comments

Comments
 (0)