# SublimeLinter/SublimeLinter

The code linting framework for Sublime Text

Repository: https://github.com/SublimeLinter/SublimeLinter
Canonical: https://ross.abutalabs.com/products/sublimelinter
Homepage: https://www.sublimelinter.com/
Language: Python
License: MIT
License Family: permissive
Topics: sublimelinter, python, linter, sublime-text
Last push: 2026-01-23T10:58:16+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 63, release rhythm 42, longevity 100
- inputs: {"age_days": 4698, "days_push": 222, "days_rel": 306, "gap_med": 78, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2040, forks 270 (observed 2026-08-28T04:06:08.434704+00:00)

## What it is
SublimeLinter is the code linting framework for the Sublime Text editor. It provides the core infrastructure for running external linters and displaying errors, with actual linters added via separate adapter plugins from Package Control.

## Use cases
- lint code as I type in Sublime Text
- show eslint errors inline in Sublime Text
- run flake8 in the background while editing Python
- highlight syntax errors with squiggles in the gutter
- build a custom linter plugin for Sublime Text
- integrate LSP diagnostics into Sublime Text

## When to choose
- you use Sublime Text and want inline linting feedback
- you want a plugin-based framework that supports many command-line linters
- you need background linting with gutter marks and error navigation

## When to avoid
- you use VS Code or another editor with built-in linting
- you expect linters to be bundled out of the box
- you need a standalone CLI linting tool

## Facets
- artifact type: plugin
- maturity: active
- function: linter, developer-tools, editor, plugin-system
- domain: developer-tools, text-editors, testing
- platform: cross-platform, editor-plugin
- tags: sublime-text, code-quality, linting-framework, static-analysis

## Member repositories
- SublimeLinter/SublimeLinter (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.434704+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:58:21.411345+00:00, confidence not recorded.
  - readme: https://github.com/SublimeLinter/SublimeLinter (fetched 2026-08-28T04:06:08.434704+00:00, sha 5ba91c7b894e)
  - homepage: https://www.sublimelinter.com/ (fetched 2026-08-29T10:38:35.355325+00:00, sha 57cd7245c4da)
  - site_page: http://www.sublimelinter.com/en/master/installation.html (fetched 2026-08-29T10:38:35.365714+00:00, sha 1889e73ca148)
- Data as of 2026-08-30T08:39:29.467469+00:00.
