Skip to content

Commit 327e23a

Browse files
authored
Merge pull request #220 from maxmind/greg/eng-4268
Spec cleanup: Teredo, record sizes, and deprecated types
2 parents ddee32e + cc5279e commit 327e23a

File tree

5 files changed

+219
-210
lines changed

5 files changed

+219
-210
lines changed

.precious.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ path-args = "absolute-file"
1111
include = "**/*.json"
1212
ok_exit_codes = 0
1313

14+
[commands.prettier-markdown]
15+
type = "both"
16+
cmd = ["prettier", "--prose-wrap", "always"]
17+
lint-flags = ["--check"]
18+
tidy-flags = ["--write"]
19+
path-args = "absolute-file"
20+
include = "**/*.md"
21+
ok_exit_codes = 0
22+
1423
[commands.golangci-lint-fmt]
1524
type = "both"
1625
cmd = ["golangci-lint", "fmt"]

0 commit comments

Comments
 (0)