Revision history for perl module Git::Lint
1.000 2024-01-05
- Add requirement for configuration
- Parse config for localdir and load into config
- Update documentation for localdir config setting
- Add happy path test for user_config
0.018 2023-12-27
- Add commit checks IndentSpaces and IndentTabs
- Add known caveats section to the README
0.017 2023-12-12
- Add commit check MixedIndentTabsSpaces
0.016 2022-08-08
- Remove 000_load.t test
0.015 2022-08-07
- Rename AUTHOR tests for earlier testing order
- Add 200_manifest.t test
- Add unpacked dist dir to MANIFEST.SKIP
- Add unpacked dist dir to .gitignore
- Add 201_version.t test
0.014 2022-03-05
- Add config.t to MANIFEST
0.013 2022-03-05
- Correct path for hook examples
- Add test for Git::Lint config
- Build profiles hashref regardless of found modules
0.012 2022-03-02
- Correct missing changelog entry
0.011 2022-03-01
- Update documentation
- Add argument verification for run method
0.010 2022-02-28
- Override user_config in new.t
- Add CONTRIBUTING.md file
- Move _config out of the Git::Lint object
0.009 2022-02-26
- Fix documentation for message check modules
- Fix double installation sections in documentation
- Add cpanm to installation instructions
- Rename Config new to load
- Rename report method to format_issue
- Update MANIFEST for report method rename
- Remove GoFmt commit check module
- Update MANIFEST for GoFmt removal
- Fix message test for non-English locales
- Remove Config new test from MANIFEST
0.008 2022-02-25
- Move config and hook examples into examples dir
- Documentation update
- Add initial build and install tooling
0.007 2022-02-25
- Simplify issue output
0.006 2022-02-25
- Add opt message output if not filename
- Remove incorrect exit in diff method
- Add BlankLineAfterSummary.pm message check module
- Add SummaryEndingPeriod.pm message check module
- Add check message tests
- Remove t/data from gitignore
- Add tests for Check::Message->message
- Add input verification for Check::Message->message
0.005 2022-02-20
- Update usage output
- Update documentation
- Add body line length message check
- Rename Summary check to SummaryLength
- Add documentation for check modes
- Add description var to GoFmt.pm
0.004 2022-02-16
- Add GoFmt.pm check module
- Add the get_filename method
- Add MIT license
0.003 2022-02-13
- Move loader out of new method
- Add message check mode
- Add commit-msg hook
- Update docs and pod
- Update pre-commit hook for new syntax
- Fix Config/new.t test for message check changes
- Update perlcritic config
- Update gitignore
0.002 2020-09-13
- Add defined loop var instead of internal var
- Skip lines denoting the files being diff'd
- Add program name to output
- Add documentation to the README
0.001 2020-06-30
- Initial version