mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
Update comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user