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 Mar 20, 2024
1 parent 97d1c71 commit 44f2abe
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
<h2>Delphi</h2>


- [DelphiLint](https://github.com/integrated-application-development/delphilint) — A Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi.

- [Fix Insight](https://www.tmssoftware.com/site/fixinsight.asp) :copyright: — A free IDE Plugin for static code analysis. A _Pro_ edition includes a command line tool for automation purposes.

- [Pascal Analyzer](https://peganza.com/products_pal.html) :copyright: — A static code analysis tool with numerous reports. A free _Lite_ version is available with limited reporting.
Expand Down
27 changes: 27 additions & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5017,6 +5017,33 @@
"demos": null,
"wrapper": null
},
"delphilint": {
"name": "DelphiLint",
"categories": [
"linter"
],
"languages": [
"delphi"
],
"other": [],
"licenses": [
"LGPL-3.0-only license"
],
"types": [
"ide-plugin"
],
"homepage": "https://github.com/integrated-application-development/delphilint",
"source": "https://github.com/integrated-application-development/delphilint",
"pricing": null,
"plans": null,
"description": "A Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"dennis": {
"name": "dennis",
"categories": [
Expand Down

0 comments on commit 44f2abe

Please sign in to comment.