Skip to content

Commit 46549e7

Browse files
committed
lint-history: point people to issue with more linting examples
Signed-off-by: Elijah Newren <[email protected]>
1 parent 4c28ed6 commit 46549e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/filter-repo-demos/lint-history

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ refer to the new commits with the rewritten files. You call it like this:
88
and it will repeatedly call
99
my-lint-command --arg whatever --another-arg $TEMPORARY_FILE
1010
with $TEMPORARY_FILE having contents of some file from history.
11+
12+
NOTE: Several people have taken and modified this script for a variety
13+
of special cases (linting python files, linting jupyter notebooks, just
14+
linting java files, etc.) and posted their modifications at
15+
https://github.com/newren/git-filter-repo/issues/45
16+
Feel free to take a look and adopt some of their ideas.
1117
"""
1218

1319
"""

0 commit comments

Comments
 (0)