SYNOPSIS
golo check [--classpath path] [--exit] [--verbose] file …
DESCRIPTION
The golo check
command parses and checks Golo source files for correctness. It equivalent to golo-compile(1) excepts that no bytecode is generated.
This command can be used as an editor backend to check code while editing.
OPTIONS
- --classpath _path
-
Classpath elements (.jar and directories).
- --exit
-
Exit on the first encountered error. Checking continue with the next file if absent.
- --verbose
-
Be more verbose
EXAMPLES
To check all the golo files in src/
for error:
$ golo check --verbose src/
SEE ALSO
golo(1), golo-compile(1)
BUGS
See https://github.com/eclipse/golo-lang/issues for issues.
AUTHOR
See https://github.com/eclipse/golo-lang/graphs/contributors or the CONTRIBUTORS
file in the golo source distribution.
COPYRIGHT
This work is made available under the terms of the Eclipse Public License 2.0.
See http://www.eclipse.org/legal/epl-2.0 or the LICENCE
file in the golo source distribution.