We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aeb37 commit 98212daCopy full SHA for 98212da
.git-blame-ignore-revs
@@ -0,0 +1,6 @@
1
+# It's a good idea to ignore the following commits from git blame.
2
+# You can read more about this here if you're unfamiliar:
3
+# https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame
4
+#
5
+# Added scallafix and scalafmt
6
+03aeb373675b76d3fd021854fda776aafef07bd7
CONTRIBUTING.md
@@ -1,5 +1,16 @@
# Contributing
+When working in the code base it's a good idea to utilize the
+`.git-blame-ignore.revs` file at the root of this project. You can add it
+locally by doing a:
+
7
+```sh
8
+git config blame.ignoreRevsFile .git-blame-ignore-revs
9
+```
10
11
+This will ensure that when you are using `git blame` functionality that the
12
+listed commit in that file are ignored.
13
14
## Making a release
15
16
scalac-scoverage-plugin relies on
0 commit comments