Skip to content

capjamesg/viclint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

viclint

viclint is the official code linter for VisionScript.

You can use viclint to ensure your code conforms to the VisionScript style.

Installation

To install viclint, run the following command:

pip install viclint

Usage

To use viclint, run:

viclint <path>

<path> can be a single file or a directory whose .vic files you want to lint.

A file must end in .vic to be linted.

Here is an example output from the linter:

🪄 Linting ./camera.vic...
✨ Your code is now prettier! ✨

If the lint failed, you will see an error message:

🪄 Linting ./camera.vic...
🚨 ./camera.vic failed to lint.

License

This project is licensed under an MIT license.

Related Resources

About

Official linter for VisionScript.

Topics

Resources

License

Stars

Watchers

Forks

Languages