-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
106 lines (87 loc) · 2.79 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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