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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to josefpihrt/roslynator

Projects sharing features with Roslynator

30 open-source projects similar to josefpihrt/roslynator, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • rrrene/credorrrene avatar

    rrrene/credo

    5,193View on GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    View on GitHub↗5,193
  • phpro/grumphpphpro avatar

    phpro/grumphp

    4,294View on GitHub↗

    GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects. The tool prevents non-compliant code from being committed by running a suite of validation and linting tasks during the Git workflow. It integrates automated quality checks directly into the local development environment to maintain project standards. The system manages pre-commit testing workflows by executing quality tests and automating Git hooks. It uses a task-based

    PHP
    View on GitHub↗4,294
  • tomzx/php-semver-checkertomzx avatar

    tomzx/php-semver-checker

    435View on GitHub↗

    Compares two source sets and determines the appropriate semantic versioning to apply.

    PHP
    View on GitHub↗435
  • povils/phpmndpovils avatar

    povils/phpmnd

    584View on GitHub↗

    PHP Magic Number Detector

    PHP
    View on GitHub↗584

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • nikic/php-parsernikic avatar

    nikic/PHP-Parser

    17,437View on GitHub↗

    PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic manipulation. It functions as a parser, a code generator, and a static analysis framework. The project enables the programmatic construction of abstract syntax tree nodes through a fluent interface and provides the ability to transform these trees back into formatted source code. It includes a serializer that exports abstract syntax trees to JSON format and reconstructs them from strings. The toolset covers several capability areas, including namespace resolution, constant exp

    PHP
    View on GitHub↗17,437
  • hjlebbink/asm-dudeHJLebbink avatar

    HJLebbink/asm-dude

    4,178View on GitHub↗

    asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It provides syntax highlighting, code completion, and mnemonic references for both source and disassembly windows. The plugin features a mnemonic reference tool that displays pop-up descriptions and parameter signatures for assembly instructions. These references are managed via configurable data files, allowing for customized instruction entries and descriptions. The extension integrates with the editor to provide context-aware tooltips and keyword completion during typing. It also em

    C#assemblerassemblyassembly-language-programming
    View on GitHub↗4,178
  • sveltejs/language-toolssveltejs avatar

    sveltejs/language-tools

    1,431View on GitHub↗

    This project is a language server implementation and code editor extension designed to provide intelligence for Svelte components. It functions as a static analysis tool that parses source code to deliver real-time feedback, automated formatting, and code navigation within development environments. The tool distinguishes itself by utilizing a virtual file system mapping that translates component files into modules, allowing standard language tools to process non-standard syntax. It integrates directly with the TypeScript compiler to perform type checking and static analysis across mixed scrip

    TypeScriptlanguage-serversveltevscode-extension
    View on GitHub↗1,431
  • projectlombok/lombokprojectlombok avatar

    projectlombok/lombok

    13,458View on GitHub↗

    Lombok is a Java annotation processor and boilerplate reduction library designed to automatically generate repetitive source code. It intercepts the compilation process to inject methods and fields directly into Java classes, acting as a source code generator that eliminates the need to manually write common class patterns. The project distinguishes itself through deep integration with the Java compiler and various integrated development environments. It provides IDE plugins that allow editors to recognize and navigate generated methods, preventing false compilation errors and maintaining syn

    Java
    View on GitHub↗13,458
  • microsoft/vscode-gomicrosoft avatar

    microsoft/vscode-go

    5,897View on GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    View on GitHub↗5,897
  • communitytoolkit/windowscommunitytoolkitCommunityToolkit avatar

    CommunityToolkit/WindowsCommunityToolkit

    6,073View on GitHub↗

    The Windows Community Toolkit is a collection of reusable UI controls, helper functions, and app services designed to accelerate development for Universal Windows Platform (UWP) applications on Windows 10. It provides a library of XAML-based controls and components that handle common interaction patterns, enabling developers to build apps that run across PC, Mobile, Xbox, IoT, and HoloLens devices with consistent adaptive layouts. The toolkit is distributed as NuGet packages for straightforward integration into .NET projects, and it includes a companion sample app that demonstrates control be

    C#csharpdotnetmvvm
    View on GitHub↗6,073
  • pycqa/pylintPyCQA avatar

    PyCQA/pylint

    5,685View on GitHub↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    View on GitHub↗5,685
  • avto-dev/markdown-lintavto-dev avatar

    avto-dev/markdown-lint

    81View on GitHub↗

    Linter for markdown (with presets)

    JavaScript
    View on GitHub↗81
  • angular-eslint/angular-eslintangular-eslint avatar

    angular-eslint/angular-eslint

    1,785View on GitHub↗

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

    TypeScript
    View on GitHub↗1,785
  • bkoelman/csharpguidelinesanalyzerbkoelman avatar

    bkoelman/CSharpGuidelinesAnalyzer

    149View on GitHub↗

    This Visual Studio analyzer supports you in making your code comply with the C# coding guidelines at CSharpGuidelines.

    C#
    View on GitHub↗149
  • aviatesk/jet.jlaviatesk avatar

    aviatesk/JET.jl

    868View on GitHub↗

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

    Julia
    View on GitHub↗868
  • asm89/twig-lintasm89 avatar

    asm89/twig-lint

    118View on GitHub↗

    Standalone twig linter.

    PHP
    View on GitHub↗118
  • analysis-tools-dev/static-analysisanalysis-tools-dev avatar

    analysis-tools-dev/static-analysis

    14,389View on 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
    View on GitHub↗14,389
  • alexkohler/dogsledalexkohler avatar

    alexkohler/dogsled

    75View on GitHub↗

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

    Go
    View on GitHub↗75
  • burtonqin/lockbudBurtonQin avatar

    BurtonQin/lockbud

    591View on GitHub↗

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

    Rust
    View on GitHub↗591
  • ashutoshgngwr/validate-fastlane-supply-metadataashutoshgngwr avatar

    ashutoshgngwr/validate-fastlane-supply-metadata

    27View on GitHub↗

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

    Go
    View on GitHub↗27
  • burdzwastaken/hadolint-actionburdzwastaken avatar

    burdzwastaken/hadolint-action

    13View on GitHub↗

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

    Shell
    View on GitHub↗13
  • carlosas/phpatcarlosas avatar

    carlosas/phpat

    1,264View on GitHub↗
    PHParchitecturelinterphp
    View on GitHub↗1,264
  • cezarypiatek/mappinggeneratorcezarypiatek avatar

    cezarypiatek/MappingGenerator

    1,023View on GitHub↗

    "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

    C#
    View on GitHub↗1,023
  • channable/dbcriticchannable avatar

    channable/dbcritic

    180View on GitHub↗

    dbcritic finds problems in a database schema.

    Idris
    View on GitHub↗180
  • chekalsky/phpcs-actionchekalsky avatar

    chekalsky/phpcs-action

    55View on GitHub↗

    Github Action helps you check your code with PHP_CodeSniffer

    View on GitHub↗55
  • client9/misspellclient9 avatar

    client9/misspell

    1,395View on GitHub↗
    Go
    View on GitHub↗1,395
  • code-cracker/code-crackercode-cracker avatar

    code-cracker/code-cracker

    1,149View on GitHub↗

    An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.

    C#
    View on GitHub↗1,149
  • codegram/pelusacodegram avatar

    codegram/pelusa

    436View on GitHub↗

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

    Ruby
    View on GitHub↗436
  • borkdude/clj-kondoborkdude avatar

    borkdude/clj-kondo

    1,841View on GitHub↗

    Static analyzer and linter for Clojure code that sparks joy

    Clojure
    View on GitHub↗1,841
  • arangogutierrez/golinty-actionArangoGutierrez avatar

    ArangoGutierrez/GoLinty-Action

    10View on GitHub↗

    GitHub action to run Go lint checks on PR event

    Shell
    View on GitHub↗10