mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Redpen linter previously had hardcoded command-line options and duplicated linter definitions across all supported file types (asciidoc, markdown, review, rst, tex, text). This refactoring centralizes the linter definition and adds support for user-configurable options via g:ale_redpen_options. Key changes: - Created ale#handlers#redpen#DefineLinter() to eliminate code duplication - Added ale#handlers#redpen#GetCommand() to support configurable options - All file types now use shared configuration and command building - Added comprehensive test coverage for option handling - Updated documentation for all affected file types This allows users to customize redpen behavior with additional command-line options while maintaining backward compatibility and reducing maintenance overhead.
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
===============================================================================
|
|
ALE AsciiDoc Integration *ale-asciidoc-options*
|
|
|
|
|
|
===============================================================================
|
|
cspell *ale-asciidoc-cspell*
|
|
|
|
See |ale-cspell-options|
|
|
|
|
|
|
===============================================================================
|
|
write-good *ale-asciidoc-write-good*
|
|
|
|
See |ale-write-good-options|
|
|
|
|
|
|
===============================================================================
|
|
textlint *ale-asciidoc-textlint*
|
|
|
|
See |ale-text-textlint|
|
|
|
|
|
|
===============================================================================
|
|
redpen *ale-asciidoc-redpen*
|
|
|
|
See |ale-redpen-options|
|
|
|
|
|
|
===============================================================================
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|