Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Accept .dot files in RFCs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbestavros authored and npmccallum committed Jun 29, 2020
1 parent ace5fc0 commit 5f88bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/format-name
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ match($0, /^([0-9]{5})-[a-z0-9-]+\/README.md$/, grp) {
}
# Allow some RFC-specific files
/^([0-9]{5})-[a-z0-9-]+\/[a-z0-9-]+.(png|svg)$/ {
/^([0-9]{5})-[a-z0-9-]+\/[a-z0-9-]+.(png|svg|dot)$/ {
next
}
Expand Down

0 comments on commit 5f88bc8

Please sign in to comment.