Files
ale/autoload/ale/handlers
Jason Weir 5dfd1fdb9a Add configurable options support for redpen linter (#5006)
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.
2025-08-13 13:06:06 +01:00
..
2023-03-07 01:31:14 +00:00
2023-09-16 22:23:30 +01:00
2024-05-31 09:30:37 +02:00
2019-02-06 18:05:13 +00:00
2018-09-04 16:51:18 +01:00
2020-08-29 15:17:20 +03:00
2020-12-23 16:50:45 +01:00
2020-04-18 15:27:11 +09:00
2018-09-04 16:51:18 +01:00
2019-06-04 22:20:57 -07:00
2018-04-05 21:04:11 +02:00
2021-01-23 11:56:10 +09:00
2018-09-04 16:51:18 +01:00