Skip to main content

run

Function run 

Source
pub fn run(cli_args: Arguments) -> Result<RslOutput>
Expand description

Runs frs rsl.

Returns the lint violations for the supplied files.

ยงErrors

Returns an error when the arguments are invalid or a source file cannot be read or parsed.