Skip to content

Commit e47af13

Browse files
committed
Update linter configuration to include "Repository" in terminology exclusions and change "no-bare-urls" rule to false
1 parent a4a1a6a commit e47af13

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/linters/.textlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"id",
2020
"Id",
2121
"Azure",
22-
"azure"
22+
"azure",
23+
"Repository"
2324
]
2425
}
2526
}

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"list-marker-space": true,
4646
"blanks-around-fences": true,
4747
"blanks-around-lists": true,
48-
"no-bare-urls": true,
48+
"no-bare-urls": false,
4949
"hr-style": {
5050
"style": "---"
5151
},

0 commit comments

Comments
 (0)