File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# Contributing
2
2
3
+ When working in the code base it's a good idea to utilize the
4
+ ` .git-blame-ignore.revs ` file at the root of this project. You can add it
5
+ locally by doing a:
6
+
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
+
3
14
## Making a release
4
15
5
16
scalac-scoverage-plugin relies on
You can’t perform that action at this time.
0 commit comments