Skip to content

Commit

Permalink
Add blame ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 26, 2024
1 parent 458e023 commit 8db220d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
@@ -0,0 +1,4 @@
# Move code to src/ and tests/ out of src/
d2af34d337ad5b9a2ced39847701ef5d040495fe
# Switch to ruff
458e0233aeea155ed4be0cb2c42b980dc8cbbc36
11 changes: 9 additions & 2 deletions README.rst
Expand Up @@ -492,8 +492,8 @@ The script now accepts basic options:
-D, --debug Show all messages, including debug messages.


Run tests
=========
Development
===========

In one terminal, run a Kinto server:

Expand All @@ -507,6 +507,13 @@ In another, run the tests against it:

$ make tests

Optionally, configure `git` to use `.git-blame-ignore-revs` to remove noisy commits from `git blame` (e.g. running formatters or moving files):

::


git config blame.ignoreRevsFile .git-blame-ignore-revs


Releasing
=========
Expand Down

0 comments on commit 8db220d

Please sign in to comment.