Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Linter

Linter

190 projects

Showing 36 of 190 projects

kube-lint
kube-lintGo

A customizable linter for validating Kubernetes resources against organization-defined standards.

#devops#yaml#linter
Stars156
Forks11
Last commit3 years ago
splint
splintClojure

A fast, extensible Clojure linter focused on style and code shape, inspired by RuboCop.

#developer-tools#clojure-cli#linter
Stars141
Forks5
Last commit1 month ago
nakedret
nakedretGo

A Go static analysis tool that identifies naked returns in functions exceeding a specified line length.

#linter#static-code-analysis#code-quality
Stars132
Forks16
Last commit5 months ago
sblint
sblintCommon Lisp

A linter for Common Lisp source code using SBCL to detect errors and improve code quality.

#linter#sbcl#roswell
Stars131
Forks6
Last commit5 years ago
diesel-guard
diesel-guardRust

Linter for dangerous Postgres migration patterns in Diesel and SQLx that prevents downtime from unsafe schema changes.

#migration#database#postgres
Stars119
Forks11
Last commit4 days ago
Lesshint
LesshintJavaScript

A linting tool for enforcing clean and consistent code in Less stylesheets.

#developer-tools#linter#code-quality
Stars117
Forks48
Last commit4 years ago
eslint-doc-generator
eslint-doc-generatorTypeScript

Automatically generates and maintains documentation for ESLint plugins and rules, including rule tables, config tables, and rule doc notices.

#generator#developer-tools#lint
Stars112
Forks22
Last commit1 day ago
cmake-lint
cmake-lintPython

A Python-based linter that checks CMake files for coding style issues and enforces consistent formatting.

#linter#cmake#build-system
Stars104
Forks15
Last commit7 years ago
flowR
flowRTypeScript

A sophisticated static dataflow analysis framework for the R programming language, enabling code linting, program slicing, and dependency analysis.

#developer-tools#vscode-extension#linter
Stars101
Forks13
Last commit1 day ago
diagnosticls-configs-nvim
diagnosticls-configs-nvimLua

A collection of preconfigured linters and formatters for diagnostic-languageserver in Neovim.

#linter#formatters#nvim-lsp
Stars94
Forks7
Last commit8 months ago
Lint pull request name with commitlint (Awesome if you squash merge !)
Lint pull request name with commitlint (Awesome if you squash merge !)TypeScript

A GitHub Action that automatically lints pull request titles using commitlint conventions.

#actions#productivity#commitlint
Stars87
Forks12
Last commit
lualint
lualintLua

A luac-based static analyzer that detects undeclared global variable usage in Lua code to catch typing errors.

#linter#global-variables#ltn7-modules
Stars86
Forks19
Last commit3 years ago
nargs
nargsGo

A Go static analysis tool that aggressively finds unused arguments in function declarations to encourage cleaner code.

#ast-analysis#developer-tools#linter
Stars86
Forks6
Last commit1 year ago
mallet
malletCommon Lisp

A Common Lisp linter focused on catching real mistakes and widely accepted style problems without subjective preferences.

#developer-tools#linter#auto-fix
Stars85
Forks4
Last commit1 month ago
vim-eastwood (Vim)
vim-eastwood (Vim)Vim Script

A Vim plugin that integrates Eastwood, a Clojure linter, using a REPL connection for faster linting without shelling out to Leiningen.

#linter#repl#code-quality
Stars85
Forks7
Last commit5 years ago
check-geojson
check-geojsonTypeScript

A parser and validator for GeoJSON strings that checks semantics and provides character-level warnings.

#developer-tools#geojson#linter
Stars84
Forks3
Last commit1 year ago
flake8-pyi
flake8-pyiPython

A Flake8 plugin that provides specialized linting for Python type hinting stub files (.pyi).

#lint#linter#typing
Stars83
Forks23
Last commit1 day ago
Linter for markdown (with presets)
Linter for markdown (with presets)JavaScript

A Docker image and GitHub Action for linting Markdown files with customizable presets and rules.

#devops#linter#markdownlint
Stars81
Forks15
Last commit2 years ago
fatcontext
fatcontextGo

A Go linter that detects nested contexts in loops or function literals to prevent performance issues.

#go-linter#linter#golangci-lint
Stars80
Forks3
Last commit28 days ago
Pull Request Lint With Regex
Pull Request Lint With RegexJavaScript

A fast TypeScript GitHub Action that validates pull request titles against a configurable regex pattern.

#workflow#regex#linter
Stars72
Forks28
Last commit2 days ago
relint
relintPython

A Python-based linter that allows you to create custom linting rules using regular expressions.

#hacktoberfest#developer-tools#pre-commit
Stars65
Forks14
Last commit3 days ago
vnu-elixir
vnu-elixirElixir

An Elixir client for the Nu HTML Checker (v.Nu) that validates HTML, CSS, and SVG documents via its JSON API.

#svg-validation#elixir#w3c-validator
Stars57
Forks0
Last commit27 days ago
BrightScript
BrightScriptTypeScript

An ESLint plugin that provides a parser and linting rules for BrightScript files used in Roku development.

#ast-parser#lint#linter
Stars49
Forks9
Last commit3 years ago
Dockerfile Linter action
Dockerfile Linter actionJavaScript

A Node.js-based Dockerfile linter that checks syntax and enforces best practices for building efficient Docker images.

#shellcheck#containerization#devops
Stars47
Forks3
Last commit14 days ago
usestdlibvars
usestdlibvarsGo

A Go linter that suggests replacing literals with standard library constants and variables for better code quality.

#developer-tools#linter#constants
Stars47
Forks6
Last commit1 year ago
Camelot
CamelotOCaml

A modular and fully-configurable OCaml linter and style checker for OCaml compiler versions 4.10.0 to 4.14.0.

#dune#modular-architecture#vscode-extension
Stars46
Forks6
Last commit3 months ago
WP-CLI tests repository
WP-CLI tests repositoryPHP

A testing framework for WP-CLI packages providing Behat, PHPUnit, PHPCS, and linting tools.

#phpcs#behat#wordpress-development
Stars42
Forks27
Last commit1 day ago
Node.js - Automatically run the format and/or lint script used by the package
Node.js - Automatically run the format and/or lint script used by the packageShell

A GitHub Action that automatically formats Node.js code using your preferred formatter on push events.

#standardjs#developer-tools#standard
Stars37
Forks7
Last commit
BlockWatch
BlockWatchRust

A language-agnostic linter that enforces formatting, validation, and synchronization between code, documentation, and configuration.

#rust-tool#documentation-sync#multi-language-support
Stars29
Forks0
Last commit1 day ago
tabs-vs-spaces.nvim
tabs-vs-spaces.nvimLua

A Neovim plugin that highlights and fixes inconsistent indentation (tabs vs spaces) in your code.

#vimscript#formatting#highlight
Stars26
Forks0
Last commit1 year ago
cmake_check
cmake_checkTypeScript

A linter for CMake files that enforces user-defined rules and coding standards.

#linter#coding-standards#continuous-integration
Stars24
Forks4
Last commit6 years ago
eslint-config-kingstinct-react-native
eslint-config-kingstinct-react-nativeJavaScript

TypeScript-based ESLint configuration for Node, React, and React Native with support for YML and GraphQL.

#developer-tools#linter#airbnb-config
Stars22
Forks2
Last commit
action-ros-lint
action-ros-lintTypeScript

A GitHub Action to run linters on ROS 2 packages without compiling code for fast feedback.

#robotics#ament-lint#linter
Stars20
Forks8
Last commit1 year ago
JavaScript-based linter for *.workflow files
JavaScript-based linter for *.workflow filesTypeScript

A linter for GitHub Actions workflows providing CLI, Node.js API, and VSCode extension support.

#actions#developer-tools#vscode-extension
Stars16
Forks2
Last commit
claude-rules-doctor
claude-rules-doctorTypeScript

CLI tool that validates Claude rules by checking if their path globs actually match files in your project.

#glob-patterns#rule-validation#developer-tools
Stars15
Forks3
Last commit5 months ago
Duck
DuckRust

A fast and flexible analyzer for GameMaker Language (GML) that enforces customizable linting rules.

#customizable-lints#gamemaker#analyzer
Stars14
Forks1
Last commit1 year ago
PreviousPage 5 of 6Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
13 days ago
6 years ago
3 years ago
7 years ago
#Static Analysis134
#Code Quality130
#Developer Tools93
#Linting58
#Ci Cd48
#Hacktoberfest31
#Go30
#Static Code Analysis30
#Cli Tool24
#Python23
#Golang20
#Javascript20