-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update comment in NcdReportConfig.yml
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,7 @@ contributor: | |
# This expression allows for authors 'a1' and 'a2' to be marked as | ||
# duplicates if the expression returns true. The sample expression | ||
# listed here usually gives pretty good results, unless uniqueness | ||
# of author names or emails is based on non-letters, i.e., if you | ||
# have email addresses like [email protected], [email protected], ... | ||
# listed here usually gives pretty good results. | ||
duplicateExpression: > | ||
a1.cleanName==a2.cleanName || | ||
a1.cleanEmailName==a2.cleanEmailName || | ||
|