Skip to content

API functions for CLI / REPL usage #17

Closed
@TeroFrondelius

Description

@TeroFrondelius

I spent few hours to learn the internals of StaticLint.jl. In my mind we would need the following functions:

using StaticLint 

lintpkg("MyPackage") # for linting an entire package
lintfile("my_file.jl") # for linting a file
lintstr("my string") # for linting a string

What you think?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions