View Source elvis_text_style (elvis_core v3.2.5)
Summary
Functions
Target can be either a filename or the name of a module.
Types
-type line_length_config() :: #{ignore => [elvis_style:ignorable()], limit => integer(), skip_comments => false | any | whole_line}.
Functions
-spec line_length(elvis_config:config(), elvis_file:file(), line_length_config()) -> [elvis_result:item()].
Target can be either a filename or the name of a module.
-spec no_tabs(elvis_config:config(), elvis_file:file(), elvis_style:empty_rule_config()) -> [elvis_result:item()].
-spec no_trailing_whitespace(Config :: elvis_config:config(), Target :: elvis_file:file(), no_trailing_whitespace_config()) -> [elvis_result:item()].