[
https://issues.apache.org/jira/browse/HADOOP-11807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramtin updated HADOOP-11807:
----------------------------
Attachment: HADOOP-11807.002.patch
Thank you [~sekikn] for your time to review the patch
- checkMissingComponent()
The current code is more readable and similar to other existing functions
- checkMissingAssignee()
I changed {{!= None}} to {{is not None}}
- checkVersionString()
I think having {{^}} and {{$}} help easily understand regular expression
pattern
- main()
I changed the code :)
> add a lint mode to releasedocmaker
> ----------------------------------
>
> Key: HADOOP-11807
> URL: https://issues.apache.org/jira/browse/HADOOP-11807
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build, documentation
> Affects Versions: 3.0.0
> Reporter: Allen Wittenauer
> Assignee: ramtin
> Priority: Minor
> Attachments: HADOOP-11807.001.patch, HADOOP-11807.002.patch
>
>
> * check for missing components (error)
> * check for missing assignee (error)
> * check for common version problems (warning)
> * add an error message for missing release notes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)