You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-5Lines changed: 49 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,19 @@ Many codebases don't start off with good linting standards and adopting a lintin
5
5
6
6
`git-diff-lint` is configurable with many popular linters and faithfully preserves the linter exit code meaning it works great as a status check or git pre-push hook.
7
7
8
-
## Installation:
8
+
## Installation
9
9
Just download and add command to your system path:
Have any ideas on how to make this tool more useful? PRs are greatly appreciated. Since this project doesn't have a test suite, please make sure your contribution doesn't break existing functionality and within your PR, please document how to test your proposed feature.
82
+
83
+
I prefer if you use [commitizen](https://github.com/commitizen/cz-cli) to format your commits, but any reasonable committing strategy is fine.
84
+
85
+
If you have ideas on how to write tests for this project, please share!
86
+
87
+
## License
88
+
89
+
MIT Licensed. Go forth and create, but please provide attribution back to this project.
0 commit comments