awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to channable/dbcritic

Open-source alternatives to Dbcritic

30 open-source projects similar to channable/dbcritic, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dbcritic alternative.

  • activestate/tdkAvatar de ActiveState

    ActiveState/tdk

    82Ver en GitHub↗

    Tcl Dev Kit (TDK)

    Tcl
    Ver en GitHub↗82
  • alexkohler/dogsledAvatar de alexkohler

    alexkohler/dogsled

    75Ver en GitHub↗

    dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.

    Go
    Ver en GitHub↗75
  • alexkohler/nargsAvatar de alexkohler

    alexkohler/nargs

    86Ver en GitHub↗

    nargs is a Go static analysis tool to find unused arguments in function declarations.

    Go
    Ver en GitHub↗86
  • alexkohler/preallocAvatar de alexkohler

    alexkohler/prealloc

    666Ver en GitHub↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Go
    Ver en GitHub↗666
  • analysis-tools-dev/static-analysisAvatar de analysis-tools-dev

    analysis-tools-dev/static-analysis

    14,389Ver en GitHub↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    Ver en GitHub↗14,389

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • angular-eslint/angular-eslintAvatar de angular-eslint

    angular-eslint/angular-eslint

    1,785Ver en GitHub↗

    :sparkles: Monorepo for all the tooling related to using ESLint with Angular

    TypeScript
    Ver en GitHub↗1,785
  • ankitvgupta/pycodestyle-actionAvatar de ankitvgupta

    ankitvgupta/pycodestyle-action

    9Ver en GitHub↗

    A Github Action that runs pycodestyle and leaves a comment on your pull request with style errors.

    Shell
    Ver en GitHub↗9
  • anordal/shellhardenAvatar de anordal

    anordal/shellharden

    4,784Ver en GitHub↗

    Shellharden is a shell script hardening tool and linter designed to improve the security and reliability of Bash scripts. It functions as an automated utility that rewrites scripts to follow industry standards for quoting and security practices. The project provides an optimizer and standardizer that replaces unsafe patterns and aliases with safer functional equivalents. It includes a syntax highlighter that uses visual markers and colorization to indicate vulnerabilities and areas where quoting corrections are required. The tool covers a broad range of capabilities including automated safet

    Rust
    Ver en GitHub↗4,784
  • arangogutierrez/golinty-actionAvatar de ArangoGutierrez

    ArangoGutierrez/GoLinty-Action

    10Ver en GitHub↗

    GitHub action to run Go lint checks on PR event

    Shell
    Ver en GitHub↗10
  • ashutoshgngwr/validate-fastlane-supply-metadataAvatar de ashutoshgngwr

    ashutoshgngwr/validate-fastlane-supply-metadata

    27Ver en GitHub↗

    A Github Action to statically validate Fastlane metadata for Android (supply).

    Go
    Ver en GitHub↗27
  • asm89/twig-lintAvatar de asm89

    asm89/twig-lint

    118Ver en GitHub↗

    Standalone twig linter.

    PHP
    Ver en GitHub↗118
  • aviatesk/jet.jlAvatar de aviatesk

    aviatesk/JET.jl

    868Ver en GitHub↗

    A code analyzer for Julia. No need for additional type annotations.

    Julia
    Ver en GitHub↗868
  • avto-dev/markdown-lintAvatar de avto-dev

    avto-dev/markdown-lint

    81Ver en GitHub↗

    Linter for markdown (with presets)

    JavaScript
    Ver en GitHub↗81
  • blazeeboy/rubrowserAvatar de blazeeboy

    blazeeboy/rubrowser

    646Ver en GitHub↗

    a ruby code dependency graph interactive visualizer

    JavaScript
    Ver en GitHub↗646
  • bmitch/churn-phpAvatar de bmitch

    bmitch/churn-php

    1,376Ver en GitHub↗

    Discover files in need of refactoring.

    PHP
    Ver en GitHub↗1,376
  • bombsimon/wslAvatar de bombsimon

    bombsimon/wsl

    374Ver en GitHub↗

    ␊ whitespace linter - Forces you to use empty lines!

    Go
    Ver en GitHub↗374
  • borkdude/clj-kondoAvatar de borkdude

    borkdude/clj-kondo

    1,841Ver en GitHub↗

    Static analyzer and linter for Clojure code that sparks joy

    Clojure
    Ver en GitHub↗1,841
  • burdzwastaken/hadolint-actionAvatar de burdzwastaken

    burdzwastaken/hadolint-action

    13Ver en GitHub↗

    A GitHub action to run hadolint and reports violations given a Dockerfile within a repository

    Shell
    Ver en GitHub↗13
  • burtonqin/lockbudAvatar de BurtonQin

    BurtonQin/lockbud

    591Ver en GitHub↗

    Detect concurrency and memory bugs and possible panic locations in Rust projects

    Rust
    Ver en GitHub↗591
  • carlosas/phpatAvatar de carlosas

    carlosas/phpat

    1,264Ver en GitHub↗
    PHParchitecturelinterphp
    Ver en GitHub↗1,264
  • chekalsky/phpcs-actionAvatar de chekalsky

    chekalsky/phpcs-action

    55Ver en GitHub↗

    Github Action helps you check your code with PHP_CodeSniffer

    Ver en GitHub↗55
  • client9/misspellAvatar de client9

    client9/misspell

    1,395Ver en GitHub↗
    Go
    Ver en GitHub↗1,395
  • codegram/pelusaAvatar de codegram

    codegram/pelusa

    436Ver en GitHub↗

    Static analysis Lint-type tool to improve your OO Ruby code

    Ruby
    Ver en GitHub↗436
  • coralineada/fukuzatsuAvatar de CoralineAda

    CoralineAda/fukuzatsu

    32Ver en GitHub↗

    Fukuzatsu (Japanese for "complexity") is a tool for measuring code complexity in Ruby class files. Its analysis generates scores based on cyclomatic complexity algorithms, which in simplest terms measure the number of execution paths through a given piece of code. (You can learn more about…

    Ruby
    Ver en GitHub↗32
  • cpplint/cpplintAvatar de cpplint

    cpplint/cpplint

    1,821Ver en GitHub↗

    Static code checker for C++

    Pythoncpplintlinter
    Ver en GitHub↗1,821
  • cypress-io/github-actionAvatar de cypress-io

    cypress-io/github-action

    1,457Ver en GitHub↗

    GitHub Action for running Cypress end-to-end & component tests

    JavaScript
    Ver en GitHub↗1,457
  • dalance/svlsAvatar de dalance

    dalance/svls

    579Ver en GitHub↗

    SystemVerilog language server

    Rust
    Ver en GitHub↗579
  • designsecurity/progpilotAvatar de designsecurity

    designsecurity/progpilot

    362Ver en GitHub↗

    A static analysis tool for security

    PHP
    Ver en GitHub↗362
  • devblackops/github-action-psscriptanalyzerAvatar de devblackops

    devblackops/github-action-psscriptanalyzer

    76Ver en GitHub↗

    GitHub Action to run PSScriptAnalyzer static code analysis

    PowerShell
    Ver en GitHub↗76
  • 360entsecgroup-skylar/goreporterAvatar de 360EntSecGroup-Skylar

    360EntSecGroup-Skylar/goreporter

    3,123Ver en GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    Ver en GitHub↗3,123