linter-textlint icon indicating copy to clipboard operation
linter-textlint copied to clipboard

A plugin for Atom Linter providing an interface to textlint.

Results 15 linter-textlint issues
Sort by recently updated
recently updated
newest added

When auto fix option is on, fix "fixable" problem automatically. like [linter-eslint](https://github.com/AtomLinter/linter-eslint)

I want to lint .html file on Atom. Added option `"plugins": ["html"]` in .textlintrc, then worked `textlint *.html` in cmd. But lint error isn't previewed in LinterView on Atom. What's...

# 期待する動作 Atomの編集中画面でtext-lintが実行されて、エラーが表示されて欲しいです。 # 実際の動作 ## Re:VIEW .reファイルではエラーが検出されません。 ## Markdown .mdファイルではエラーが検出されます。 ## CLI CLIからtextlintを実行した場合は、エラーが検出されます。 ```sh ~ npx textlint src/preface.re /Users/shigerunakajima/modern-web-front-end-design-pattern/src/preface.re 5:10 error "○" が連続して2回使われています。 preset-ja-technical-writing/ja-no-successive-word 7:25 error 一つの文で"、"を3つ以上使用しています preset-ja-technical-writing/max-ten 10:7...

以下の環境で利用しています。 - Atom 1.10.2 - linter-textlint 2.0.0 - linter 1.11.16 - `Lint As You Type` オプション有効 - textlint 7.1.1 lint自体は正常に行われるのですが、ファイルを更新するたびにエラーダイアログが表示されます。 エラーメッセージは次の通りです。 ``` Error: Column start (31) greater than line length...