-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lql): add option to generate empty lql file (#1335)
* feat(lql.go): add option to generate empty lql file adds a flag when running `lacework query run` to create an empty file in `$EDITOR`, rather than using the default template * style(lql.go): simplify boolean logic to not need true/false explicitly pass the linter checks for Go * style(lql.go): update formatting via gofmt this adjusts the formatting to pass the linter * test(query_run): add the new flag to expectations includes new text for help
- Loading branch information
1 parent
93923cd
commit f0ad17a
Showing
2 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters