forked from masak/proto
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
De-spaghettify DistSource <-> PostProcessor / Fix TODO issue finder
- Move all TODO issue checks to METAChecker postprocessor
- Lets us avoid duplicating the checks in each dist source
- Fixes false positives MANIFEST issue
- Make MANIFEST TODO check only applicable to `cpan` dist source as it's a bit
silly to tell users they need to create useless files in their repos
- Add TODO check for version being set to `*` which we now deem invalid
- Do not use author from GitHub URL if missing from META; hosting != authorship
- Move all Travis and AppVeyor logic entirely into corresponding postprocessors- Loading branch information
1 parent
badc389
commit 5db8ada
Showing
5 changed files
with
102 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters