Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
e84b8ff9
Commit
e84b8ff9
authored
Apr 08, 2015
by
Björn Rabenstein
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #61 from fabxc/rule_checker
Adjust rule checker docs to changed behavior
parents
ccd96a48
54767802
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
rules.md
content/docs/querying/rules.md
+5
-3
No files found.
content/docs/querying/rules.md
View file @
e84b8ff9
...
@@ -25,10 +25,12 @@ rule_checker -ruleFile=/path/to/example.rules
...
@@ -25,10 +25,12 @@ rule_checker -ruleFile=/path/to/example.rules
```
```
When the file is syntactically valid, the checker prints a textual
When the file is syntactically valid, the checker prints a textual
representation of the parsed rules and then exits with an
`0`
return status.
representation of the parsed rules to standard output and then exits with
a
`0`
return status.
If there are any syntax errors, it prints an error message and exits with a
If there are any syntax errors, it prints an error message to standard error
`255`
return status.
and exits with a
`1`
return status. On invalid input arguments the exit status
is
`2`
.
## Recording rules
## Recording rules
Recording rules allow you to precompute frequently needed or computationally
Recording rules allow you to precompute frequently needed or computationally
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment