Style Check - Scripting Plugin

Summary

Style Check is a very simple plugin, it works directly from the Roblox Studio command line and it allows you to check for stylistic errors in your active script editor. Currently it has two features, listed in the “features” section. I am not planning to add more features unless I have a personal reason to do so (or if something is highly requested, I might add it).

Features
  • Check characters per line
  • Check lines per script
Usage

Via the command line, you can run three commands to utilize Style Check.

Check for stylistic errors in the active script editor

--stycheck

Get the current settings that Style Check is running on

--styget

Modify a setting in Style Check

--styset <setting_name> <value>
Example

Settings

line_length: Maximum characters per line in a script
file_length: Maximum lines in a script file

Download:

1 Like