2 dépôts
Command-line tools that audit source code against rule sets to ensure team consistency.
Distinct from CLI Code Formatters: Unlike formatters, validators focus on auditing and reporting violations rather than rewriting the code.
Explore 2 awesome GitHub repositories matching development tools & productivity · CLI Coding Standard Validators. Refine with filters or upvote what's useful.
PHP_CodeSniffer is a static analysis tool, coding standard linter, and command-line validator for PHP. It scans files and directories to detect and report formatting errors and language-specific coding violations without executing the code. The project functions as an automated code formatter capable of correcting detected style and formatting violations to bring source code into compliance with defined standards. It uses token-based lexical analysis to match code patterns against rule sets, ensuring consistency across a codebase. The tool provides comprehensive capabilities for recursive fi
Provides a command-line interface for auditing PHP source code against defined sets of rules.
This project provides a header-only C++ wrapper for the Node-API, serving as a framework for building high-performance native addons for Node.js. It acts as a bridge between C++ and JavaScript, offering an object-oriented interface that simplifies the creation of compiled extensions while managing the complexities of the language boundary. The library distinguishes itself by providing type-safe abstractions for data marshalling and memory management, ensuring that native and script-side objects are tracked and reclaimed correctly. It includes mechanisms for coordinating asynchronous tasks bet
Checks changed lines of code against specified version control references to ensure consistent adherence to project style guidelines.