[
https://issues.apache.org/jira/browse/YETUS-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated YETUS-1019:
------------------------------------
Release Note:
<!-- markdown -->
With this change, the whitespace plug-in has been renamed 'blanks'. Users who
specifically add `whitespace` to the plug-in list will need to change their
parameters. The old parameters are still supported
(`--whitespace-tabs-ignore-list=<list>` and
`--whitespace-eol-ignore-list=<list>`) in this release but will likely be
removed in the next one.
It also takes two different parameters: `--blanks-eol-ignore-file=<file>` and
`--blanks-tabs-ignore-file=<file>` . These files contain regular expressions of
files to ignore for their various targets, similar to the --excludes file
option. By default, Apache Yetus will automatically use
`.yetus/blanks-eol.txt` and `.yetus/blanks-tabs.txt` if they exist.
was:
<!-- markdown -->
With this change, the whitespace plug-in has been renamed 'blanks'. It also
takes two different parameters: `--blanks-eol-ignore-file` and
`--blanks-tabs-ignore-file` . These files contain regular expressions of files
to ignore for their various targets, similar to the --excludes file option.
> Rename 'whitespace' to 'blanks
> ------------------------------
>
> Key: YETUS-1019
> URL: https://issues.apache.org/jira/browse/YETUS-1019
> Project: Yetus
> Issue Type: Improvement
> Components: Precommit
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Major
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Under the hood, we actually use the [:blank:] character class. Renaming will
> likely make that clearer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)