flycheck-drstring

Homepage: https://github.com/danielmartin/flycheck-drstring

Author: Daniel Martín

Updated:

Summary

Doc linting for Swift using DrString

Commentary

This package adds support for linting documentation in Swift files
using DrString (https://github.com/dduan/DrString/).  To configure
this package, add the following line to your initialization file:

(flycheck-drstring-setup)

DrString is a CLI tool that can be installed using your favorite
package manager.  For example, if you use Homebrew:

$ brew install dduan/formulae/drstring

Dependencies