logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cypher-lint - a linting tool for Cypher

Authors

       Chris Leishman (http://github.com/cleishm)

                                                                                                  CYPHER-LINT(1)

Description

cypher-lint  is  a  linting  tool  for  Cypher.  It reads from input files, reports any errors found, and
       optionally outputs the parsed AST. If file is a single dash  (`-')  or  absent,  cypher-lint  reads  from
       standard input.

Exit Status

cypher-lint exits 0 if no errors are found, and >0 otherwise.

Name

       cypher-lint - a linting tool for Cypher

Options

-1     Only parse the first statement or client command and then exit.

       -a,--ast
              Output an AST representation for the parsed input.

       --colorize
              Enable colorization of output and errors using ANSI escape sequences.

       --no-colorize
              Disable colorization of output and errors even when connected to a TTY.

       -h,--help
              Display a brief help listing.

       --only-statements
              Only parse cypher statements and not client commands.

       --output-width<n>
              Attempt to limit output to the specified width, and render using wrapped columns.

       --stream
              Output each statement as it is read, rather than parsing the entire input first (note: will result
              in inconsistent formatting of AST dumps).

       --version
              Print the cypher-lint version and exit.

Synopsis

cypher-lint[options][file...]

Version

       This man page is current for version 0.6.2 of cypher-lint.

See Also