Update comments

This commit is contained in:
Taiki Endo
2025-02-08 15:38:36 +09:00
parent bee06ee963
commit 98c0ece291
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# Change indent size of shell scripts # Change indent size of shell script files to match scripts in CI config
946918579413996845b77e146aa8eb3c6f40f7ab 946918579413996845b77e146aa8eb3c6f40f7ab

View File

@@ -2,7 +2,7 @@
config: config:
line-length: false # MD013 line-length: false # MD013
no-duplicate-heading: false # MD024 no-duplicate-heading: false # MD024
no-blanks-blockquote: false # MD028 no-blanks-blockquote: false # MD028 (this warns valid GFM alerts usage)
no-inline-html: false # MD033 no-inline-html: false # MD033
no-emphasis-as-heading: false # MD036 no-emphasis-as-heading: false # MD036

View File

@@ -3,7 +3,7 @@ resolver = "2"
members = ["tools/codegen", "tools/manifest-schema"] members = ["tools/codegen", "tools/manifest-schema"]
# This table is shared by projects under github.com/taiki-e. # This table is shared by projects under github.com/taiki-e.
# It is not intended for manual editing. # Expect for unexpected_cfgs.check-cfg, it is not intended for manual editing.
[workspace.lints.rust] [workspace.lints.rust]
deprecated_safe = "warn" deprecated_safe = "warn"
improper_ctypes = "warn" improper_ctypes = "warn"