Flycheck Drstring

Flycheck integration for DrString, a Swift documentation linter
Alternatives To Flycheck Drstring
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Eslint_d.js8672041936 months ago62May 26, 202211mitJavaScript
Makes eslint the fastest linter on the planet
Nim Mode116
2 years ago25Emacs Lisp
An emacs major mode for the Nim programming language
Flycheck Clj Kondo79
a year ago3Emacs Lisp
Emacs integration for clj-kondo via flycheck
Elisp Lint65
a year ago4Emacs Lisp
Basic linting for Emacs Lisp
Elisp Check58
a month agogpl-3.0Emacs Lisp
A GitHub Action for Emacs Lisp CI
Elinter19
a year ago9gpl-3.0Emacs Lisp
Nix-based CI and local testing framework for Emacs Lisp projects
Iterm2 Dwim13
3 years ago4Python
iTerm2 click handler
Flycheck Julia12
6 years ago2gpl-3.0Emacs Lisp
A Julia linter for Emacs
Flymake Racket7
2 years agogpl-3.0Emacs Lisp
Flymake extension for Racket
Flycheck Yamllint6
4 years agomitEmacs Lisp
Flycheck YAMLLint integration [not maintained]
Alternatives To Flycheck Drstring
Select To Compare


Alternative Project Comparisons
Readme

flycheck-drstring

Lint Swift documentation using DrString.

This library provides a flycheck checker for Swift source code using DrString.

Screenshot

Sample screenshot with flycheck-drstring in action

Installation

MELPA

A MELPA package is not available yet.

Manual

Ensure flycheck is installed, then download this code and add the directory to your Emacs load-path.

Then, in your init.el:

(eval-after-load 'flycheck
  '(add-hook 'flycheck-mode-hook #'flycheck-drstring-setup))

Or, if you use use-package:

(use-package flycheck-drstring
  :after flycheck
  :hook
  (flycheck-mode . flycheck-drstring-setup))

Make sure that the drstring binary is present on Emacs' exec-path.

Usage

When flycheck is enabled (e.g. with global-flycheck-mode), swift-mode buffers will be automatically checked using this checker.

This checker includes an error explainer. Invoking flycheck-explain-error-at-point will show a Help buffer with information about any particular lint warning.

Popular Linter Projects
Popular Emacs Projects
Popular Code Quality Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Emacs Lisp
Emacs
Lint
Melpa
Elisp