mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
14 lines
380 B
TOML
14 lines
380 B
TOML
# Clippy configuration
|
|
# https://doc.rust-lang.org/nightly/clippy/lint_configuration.html
|
|
|
|
allow-private-module-inception = true
|
|
avoid-breaking-exported-api = false
|
|
disallowed-names = []
|
|
disallowed-macros = [
|
|
{ path = "std::dbg", reason = "it is okay to use during development, but please do not include it in main branch" },
|
|
]
|
|
disallowed-methods = [
|
|
]
|
|
disallowed-types = [
|
|
]
|