Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,15 @@
"code",
"test"
]
},
{
"login": "joschi655",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the duplicate joschi655 contributor entry

The config already contains joschi655 at line 1167 with code and test contributions, so adding a second record cannot unblock the coverage check: load_all_contributors() converts logins to a set. It instead leaves conflicting metadata and causes future all-contributors regeneration to render the same person twice; update the existing record if its metadata needs changing rather than appending another one.

Useful? React with 👍 / 👎.

"name": "Oskar Jonathan Johannes Breitfeld",
"avatar_url": "https://avatars.githubusercontent.com/u/183807437?v=4",
"profile": "https://github.com/joschi655",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down