Skip to content

Latest commit

History

History
29 lines (22 loc) 路 1.63 KB

rust.md

File metadata and controls

29 lines (22 loc) 路 1.63 KB
title description
RUST linters in MegaLinter
clippy is available to analyze RUST files in MegaLinter

RUST

Linters

Linter Additional
clippy
RUST_CLIPPY
GitHub stars

Linted files

  • File extensions:
    • .rs

Configuration in MegaLinter

Variable Description Default value
RUST_PRE_COMMANDS List of bash commands to run before the linters None
RUST_POST_COMMANDS List of bash commands to run after the linters None
RUST_FILTER_REGEX_INCLUDE Custom regex including filter
RUST_FILTER_REGEX_EXCLUDE Custom regex excluding filter