Skip to content

Commit 7b3f18d

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 4bec6a4 commit 7b3f18d

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
238238

239239
- [CScout](https://www.spinellis.gr/cscout) — Complexity and quality metrics for C and C preprocessor code.
240240

241-
- [ENRE-cpp](https://github.com/xjtu-enre/ENRE-cpp) — ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)
241+
- [ENRE-cpp](https://github.com/xjtu-enre/ENRE-cpp) :warning: — ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)
242242

243243
- [ESBMC](http://esbmc.org) — ESBMC is an open source, permissively licensed, context-bounded model checker based on satisfiability modulo theories for the verification of single- and multi-threaded C/C++ programs.
244244

@@ -340,7 +340,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
340340

341341
- [CScout](https://www.spinellis.gr/cscout) — Complexity and quality metrics for C and C preprocessor code.
342342

343-
- [ENRE-cpp](https://github.com/xjtu-enre/ENRE-cpp) — ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)
343+
- [ENRE-cpp](https://github.com/xjtu-enre/ENRE-cpp) :warning: — ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)
344344

345345
- [ESBMC](http://esbmc.org) — ESBMC is an open source, permissively licensed, context-bounded model checker based on satisfiability modulo theories for the verification of single- and multi-threaded C/C++ programs.
346346

@@ -798,7 +798,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
798798

799799
- [DrNim](https://nim-lang.org/docs/drnim.html) — DrNim combines the Nim frontend with the Z3 proof engine in order to allow verify / validate software written in Nim.
800800

801-
- [nimfmt](https://github.com/FedericoCeratto/nimfmt) — Nim code formatter / linter / style checker
801+
- [nimfmt](https://github.com/FedericoCeratto/nimfmt) :warning: — Nim code formatter / linter / style checker
802802

803803

804804
<a name="ocaml" />
@@ -1478,7 +1478,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
14781478

14791479
- [DevSkim](https://github.com/microsoft/devskim) — Regex-based static analysis tool for Visual Studio, VS Code, and Sublime Text - C/C++, C#, PHP, ASP, Python, Ruby, Java, and others.
14801480

1481-
- [dotenet-format](https://github.com/dotnet/format) — A code formatter for .NET. Preferences will be read from an `.editorconfig` file, if present, otherwise a default set of preferences will be used. At this time dotnet-format is able to format C# and Visual Basic projects with a subset of supported `.editorconfig` options.
1481+
- [dotnet-format](https://github.com/dotnet/format) — A code formatter for .NET. Preferences will be read from an `.editorconfig` file, if present, otherwise a default set of preferences will be used. At this time dotnet-format is able to format C# and Visual Basic projects with a subset of supported `.editorconfig` options.
14821482

14831483
- [Embold](https://embold.io) :copyright: — Intelligent software analytics platform that identifies design issues, code issues, duplication and metrics. Supports Java, C, C++, C#, JavaScript, TypeScript, Python, Go, Kotlin and more.
14841484

data/api/tools.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6053,37 +6053,35 @@
60536053
"demos": null,
60546054
"wrapper": null
60556055
},
6056-
"dotenet-format": {
6057-
"name": "dotenet-format",
6056+
"dotenv-linter": {
6057+
"name": "dotenv-linter",
60586058
"categories": [
60596059
"linter"
60606060
],
6061-
"languages": [
6062-
"dotnet",
6063-
"csharp",
6064-
"vbasic"
6061+
"languages": [],
6062+
"other": [
6063+
"configfile"
60656064
],
6066-
"other": [],
60676065
"licenses": [
6068-
"MIT"
6066+
"MIT License"
60696067
],
60706068
"types": [
60716069
"cli"
60726070
],
6073-
"homepage": "https://github.com/dotnet/format",
6074-
"source": "https://github.com/dotnet/format",
6071+
"homepage": "https://dotenv-linter.readthedocs.io/en/latest",
6072+
"source": "https://github.com/wemake-services/dotenv-linter",
60756073
"pricing": null,
60766074
"plans": null,
6077-
"description": "A code formatter for .NET. Preferences will be read from an `.editorconfig` file, if present, otherwise a default set of preferences will be used. At this time dotnet-format is able to format C# and Visual Basic projects with a subset of supported `.editorconfig` options.",
6075+
"description": "Linting dotenv files like a charm.",
60786076
"discussion": null,
60796077
"deprecated": null,
60806078
"resources": null,
60816079
"reviews": null,
60826080
"demos": null,
60836081
"wrapper": null
60846082
},
6085-
"dotenv-linter": {
6086-
"name": "dotenv-linter",
6083+
"dotenv-linter-rust": {
6084+
"name": "dotenv-linter (Rust)",
60876085
"categories": [
60886086
"linter"
60896087
],
@@ -6097,38 +6095,40 @@
60976095
"types": [
60986096
"cli"
60996097
],
6100-
"homepage": "https://dotenv-linter.readthedocs.io/en/latest",
6101-
"source": "https://github.com/wemake-services/dotenv-linter",
6098+
"homepage": "https://dotenv-linter.github.io/#/",
6099+
"source": "https://github.com/dotenv-linter/dotenv-linter",
61026100
"pricing": null,
61036101
"plans": null,
6104-
"description": "Linting dotenv files like a charm.",
6102+
"description": "Lightning-fast linter for .env files. Written in Rust",
61056103
"discussion": null,
61066104
"deprecated": null,
61076105
"resources": null,
61086106
"reviews": null,
61096107
"demos": null,
61106108
"wrapper": null
61116109
},
6112-
"dotenv-linter-rust": {
6113-
"name": "dotenv-linter (Rust)",
6110+
"dotnet-format": {
6111+
"name": "dotnet-format",
61146112
"categories": [
61156113
"linter"
61166114
],
6117-
"languages": [],
6118-
"other": [
6119-
"configfile"
6115+
"languages": [
6116+
"dotnet",
6117+
"csharp",
6118+
"vbasic"
61206119
],
6120+
"other": [],
61216121
"licenses": [
6122-
"MIT License"
6122+
"MIT"
61236123
],
61246124
"types": [
61256125
"cli"
61266126
],
6127-
"homepage": "https://dotenv-linter.github.io/#/",
6128-
"source": "https://github.com/dotenv-linter/dotenv-linter",
6127+
"homepage": "https://github.com/dotnet/format",
6128+
"source": "https://github.com/dotnet/format",
61296129
"pricing": null,
61306130
"plans": null,
6131-
"description": "Lightning-fast linter for .env files. Written in Rust",
6131+
"description": "A code formatter for .NET. Preferences will be read from an `.editorconfig` file, if present, otherwise a default set of preferences will be used. At this time dotnet-format is able to format C# and Visual Basic projects with a subset of supported `.editorconfig` options.",
61326132
"discussion": null,
61336133
"deprecated": null,
61346134
"resources": null,
@@ -6540,7 +6540,7 @@
65406540
"plans": null,
65416541
"description": "ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)",
65426542
"discussion": null,
6543-
"deprecated": null,
6543+
"deprecated": true,
65446544
"resources": null,
65456545
"reviews": null,
65466546
"demos": null,
@@ -12417,7 +12417,7 @@
1241712417
"plans": null,
1241812418
"description": "Nim code formatter / linter / style checker",
1241912419
"discussion": null,
12420-
"deprecated": null,
12420+
"deprecated": true,
1242112421
"resources": null,
1242212422
"reviews": null,
1242312423
"demos": null,

0 commit comments

Comments
 (0)