MCPcopy Index your code

hub / github.com/amperser/proselint / types & classes

Types & classes30 in github.com/amperser/proselint

↓ 136 callersClassCheck
Carry a complete check specification.
proselint/registry/checks/__init__.py:69
↓ 7 callersClassCheckResult
Carry check result information.
proselint/registry/checks/__init__.py:22
↓ 4 callersClassCheckRegistry
A global registry for lint checks.
proselint/registry/__init__.py:27
↓ 3 callersClassCheckFlags
Carry applicable check flag settings. Currently, this supports: - `ppm_threshold`: A threshold check comparing the number of results
proselint/registry/checks/__init__.py:31
↓ 3 callersClassLintFile
A prepared file with span information for linting against.
proselint/tools.py:142
↓ 1 callersClassConfig
Configuration for proselint. Keys: - `max_errors`: the maximum allowable number of errors proselint can output - `checks`: a diction
proselint/config/__init__.py:15
↓ 1 callersClassFancySet
A match set based on the `Fancy` engine.
proselint/registry/checks/engine.py:290
↓ 1 callersClassFast
The standard engine, based on RE2.
proselint/registry/checks/engine.py:158
↓ 1 callersClassFastSet
A match set based on the `Fast` engine.
proselint/registry/checks/engine.py:233
↓ 1 callersClassLintResult
Carry lint result information.
proselint/tools.py:113
↓ 1 callersClassRegexOptions
Options for the Regex `Engine`.
proselint/registry/checks/engine.py:92
↓ 1 callersClassResponseError
An LSP error object.
proselint/log.py:45
ClassAnchor
Determine where a pattern should match (be anchored) in the text. This is `Engine.STANDARD`-exclusive behaviour.
proselint/registry/checks/engine.py:66
ClassConsistency
Carry consistency check information.
proselint/registry/checks/types.py:29
ClassEngine
Abstract base class for Regex engines.
proselint/registry/checks/engine.py:117
ClassErrorCode
Error codes for Proselint, adherent to the LSP specification.
proselint/log.py:37
ClassExistence
Carry existence check information.
proselint/registry/checks/types.py:154
ClassExistenceSimple
Carry simplified existence check information.
proselint/registry/checks/types.py:171
ClassExitStatus
Exit status for proselint's command line.
proselint/command_line.py:26
ClassFancy
The fancy engine, based on Python's re. Only use this if you need access to features not available in `Fast`, like lookarounds and backr
proselint/registry/checks/engine.py:178
ClassLogLevel
Log levels as in `logging`.
proselint/log.py:26
ClassLogger
Handle logging for proselint.
proselint/log.py:94
ClassMatchSet
Abstract base class for Regex match sets.
proselint/registry/checks/engine.py:206
ClassOutputFormat
The format to output results in.
proselint/log.py:18
ClassPadding
Regex padding types for checks.
proselint/registry/checks/engine.py:33
ClassPreferredForms
Carry preferred forms check information.
proselint/registry/checks/types.py:78
ClassPreferredFormsSimple
Carry simplified preferred forms check information.
proselint/registry/checks/types.py:98
ClassProselint
Provides an interface to proselint.
plugins/sublime/SublimeLinter-contrib-proselint/linter.py:16
ClassReverseExistence
Carry reverse existence check information.
proselint/registry/checks/types.py:190
Class_TermStrategies
tests/test_check_types.py:21