@@ -41,6 +41,7 @@ in just a few steps, in any technology.
41
41
- [ Linters] ( #linters )
42
42
- [ lintBash] ( #lintbash )
43
43
- [ lintCommitMsg] ( #lintcommitmsg )
44
+ - [ lintGitMailMap] ( #lintgitmailmap )
44
45
- [ lintMarkdown] ( #lintmarkdown )
45
46
- [ lintNix] ( #lintnix )
46
47
- [ lintPython] ( #lintpython )
@@ -748,6 +749,28 @@ Example `makes.nix`:
748
749
749
750
Example invocation: ` $ m . /lintCommitMsg `
750
751
752
+ ### lintGitMailMap
753
+
754
+ Lint the [ Git] [ GIT ] [ MailMap] [ GIT_MAILMAP ] of the project
755
+ with [ MailMap Linter] [ MAILMAP_LINTER ] .
756
+
757
+ Attributes:
758
+
759
+ - enable (` boolean ` ): Optional.
760
+ Defaults to false.
761
+
762
+ Example ` makes.nix ` :
763
+
764
+ ``` nix
765
+ {
766
+ lintGitMailMap = {
767
+ enable = true;
768
+ };
769
+ }
770
+ ```
771
+
772
+ Example invocation: ` $ m . /lintGitMailMap `
773
+
751
774
### lintMarkdown
752
775
753
776
Lints Markdown code with [ Markdown lint tool] [ MARKDOWN_LINT ] .
@@ -1695,6 +1718,12 @@ $ m . /example
1695
1718
- [FLUID_ATTACKS]: https://fluidattacks.com
1696
1719
[Fluid Attacks][FLUID_ATTACKS]
1697
1720
1721
+ - [GIT]: https://git-scm.com/
1722
+ [Git][GIT]
1723
+
1724
+ - [GIT_MAILMAP]: https://git-scm.com/docs/gitmailmap
1725
+ [Git Mailmap][GIT_MAILMAP]
1726
+
1698
1727
- [GITHUB_ACTIONS]: https://github.com/features/actions
1699
1728
[Github Actions][GITHUB_ACTIONS]
1700
1729
@@ -1740,6 +1769,9 @@ $ m . /example
1740
1769
- [LIZARD]: https://github.com/terryyin/lizard
1741
1770
[Lizard][LIZARD]
1742
1771
1772
+ - [MAILMAP_LINTER]: https://github.com/kamadorueda/mailmap-linter
1773
+ [Mailmap Linter][MAILMAP_LINTER]
1774
+
1743
1775
- [MAKES]: https://github.com/fluidattacks/makes
1744
1776
[Makes][MAKES]
1745
1777
0 commit comments