diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..441be612 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,6 @@ +# It's a good idea to ignore the following commits from git blame. +# You can read more about this here if you're unfamiliar: +# https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame +# +# Added scallafix and scalafmt +03aeb373675b76d3fd021854fda776aafef07bd7 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4d6e293..09d9c14d 100644 --- a/CONTRIBUTING.md +++ b/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: + +```sh +git config blame.ignoreRevsFile .git-blame-ignore-revs +``` + +This will ensure that when you are using `git blame` functionality that the +listed commit in that file are ignored. + ## Making a release scalac-scoverage-plugin relies on