Skip to content

Commit 433101d

Browse files
committed
Add air reformatting to .git-blame-ignore-rev
1 parent 13d1778 commit 433101d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
^CRAN-SUBMISSION$
2323
^[\.]?air\.toml$
2424
^\.vscode$
25+
^\.git-blame-ignore-rev$

.git-blame-ignore-rev

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file lists revisions of large-scale formatting/style changes so that
2+
# they can be excluded from git blame results.
3+
#
4+
# To set this file as the default ignore file for git blame, run:
5+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
6+
7+
# https://github.com/r-lib/testthat/pull/2121
8+
13d17788e5d3a54fa83beed25e325703608f8b9f

0 commit comments

Comments
 (0)