1 مستودع
Executing a sequence of linting tools where subsequent tools run only if previous ones succeed.
Distinct from Sequential Command Chains: Specific to the short-circuiting logic of code analysis tools rather than general CLI command chains.
Explore 1 awesome GitHub repository matching development tools & productivity · Linter Chaining. Refine with filters or upvote what's useful.
Syntastic is a Vim syntax checking plugin that integrates external command-line analysis tools to detect and highlight code errors. It functions as a system for mapping specific syntax checkers to filetypes and validating code structure and correctness within the editor. The project acts as an external linter aggregator, combining error results from multiple checkers into a single unified list for the current file. It provides visualization tools to pinpoint issues using signs, highlighting, and statusline flags. The plugin supports real-time syntax validation and on-demand checking, often t
Runs a series of analysis tools in a defined order, halting the sequence upon the first detected error.