You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1439,6 +1439,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
1439
1439
1440
1440
-[Code Intelligence](https://www.code-intelligence.com):copyright: — CI/CD-agnostic DevSecOps platform which combines industry-leading fuzzing engines for finding bugs and visualizing code coverage
1441
1441
1442
+
-[Code-Graph-RAG](https://code-graph-rag.com) — Builds knowledge graphs from multi-language codebases using Tree-sitter AST parsing and stores them in Memgraph. Supports 11 programming languages with a unified graph schema and enables natural language querying and editing of code structure and relationships. Functions as an MCP server for AI assistant integration.
1443
+
1442
1444
-[Codeac](https://www.codeac.io/?ref=awesome-static-analysis):copyright: — Automated code review tool integrates with GitHub, Bitbucket and GitLab (even self-hosted). Available for JavaScript, TypeScript, Python, Ruby, Go, PHP, Java, Docker, and more. (open-source free)
1443
1445
1444
1446
-[codeburner](https://groupon.github.io/codeburner) — Provides a unified interface to sort and act on the issues it finds.
@@ -1491,6 +1493,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
1491
1493
1492
1494
-[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.
1493
1495
1496
+
-[diesel-guard](https://github.com/ayarotsky/diesel-guard) — Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.
1497
+
1494
1498
-[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.
1495
1499
1496
1500
-[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.
@@ -2007,6 +2011,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
2007
2011
2008
2012
-[Angular ESLint](https://github.com/angular-eslint/angular-eslint#readme) — Linter for Angular projects
2009
2013
2014
+
-[axe-core](https://www.deque.com/axe/) — Accessibility engine for automated Web UI testing. Tests HTML against WCAG 2.0, 2.1, and 2.2 guidelines. Used by Google Lighthouse, Microsoft Accessibility Insights, and thousands of organizations worldwide.
2015
+
2010
2016
-**Bootlint**:warning: — An HTML linter for Bootstrap projects.
2011
2017
2012
2018
-[ERB Lint](https://github.com/Shopify/erb-lint) — Lint your ERB or HTML files
@@ -2029,6 +2035,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
2029
2035
2030
2036
-[Nu Html Checker](https://validator.github.io/validator/) — Helps you catch problems in your HTML/CSS/SVG
2031
2037
2038
+
-[Pa11y](https://pa11y.org/) — Automated accessibility testing tool that runs HTML CodeSniffer or axe-core from the command line. Supports CI/CD integration, multiple reporters, and testing against WCAG 2.1 AA standards.
2039
+
2032
2040
-[Polymer-analyzer](https://github.com/Polymer/tools/tree/master/packages/analyzer) — A static analysis framework for Web Components.
"description": "Accessibility engine for automated Web UI testing. Tests HTML against WCAG 2.0, 2.1, and 2.2 guidelines. Used by Google Lighthouse, Microsoft Accessibility Insights, and thousands of organizations worldwide.",
"description": "Builds knowledge graphs from multi-language codebases using Tree-sitter AST parsing and stores them in Memgraph. Supports 11 programming languages with a unified graph schema and enables natural language querying and editing of code structure and relationships. Functions as an MCP server for AI assistant integration.",
"description": "Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.",
6027
+
"discussion": null,
6028
+
"deprecated": null,
6029
+
"resources": null,
6030
+
"reviews": null,
6031
+
"demos": null,
6032
+
"wrapper": null
6033
+
},
5944
6034
"diff-rs": {
5945
6035
"name": "diff.rs",
5946
6036
"categories": [
@@ -13398,6 +13488,33 @@
13398
13488
],
13399
13489
"wrapper": null
13400
13490
},
13491
+
"pa11y": {
13492
+
"name": "Pa11y",
13493
+
"categories": [
13494
+
"linter"
13495
+
],
13496
+
"languages": [],
13497
+
"other": [
13498
+
"html"
13499
+
],
13500
+
"licenses": [
13501
+
"LGPL-3.0"
13502
+
],
13503
+
"types": [
13504
+
"cli"
13505
+
],
13506
+
"homepage": "https://pa11y.org/",
13507
+
"source": "https://github.com/pa11y/pa11y",
13508
+
"pricing": null,
13509
+
"plans": null,
13510
+
"description": "Automated accessibility testing tool that runs HTML CodeSniffer or axe-core from the command line. Supports CI/CD integration, multiple reporters, and testing against WCAG 2.1 AA standards.",
0 commit comments