You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Madeline Kahn edited this page Mar 11, 2024
·
12 revisions
Usage
<command to run LinterProject> <classdir> [<config>]
<command to run LinterProject>: The call to java to run the presentation.Main class
<classdir>: Path to the directory containing the .class files to be linted
[<config>]: Optional path to a JSON configuration file
Check runner configuration
These are global configuration properties used by the check runner.
Name
Type
Description
skipUnmarkedChecks
boolean
If true, all checks only run if they are explicitly enabled. Otherwise, most checks (those that are not disabled by default) run unless they are explicitly disabled.
enable_<CHECK>
boolean
Whether to run <CHECK> (where <CHECK> is the name of a check).