File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 name : OPA check
2020 description : Check syntax of staged Rego files
2121 entry : opa check
22- args : ['.']
22+ args : ['.', '--strict' ]
2323 pass_filenames : false
2424 language : system
2525 files : (\.rego)$
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.5.1] - 2022-02-14
8+ ### Changed
9+ - Add ` --strict ` flag to ` opa check ` command for [ compiler strict mode] ( https://www.openpolicyagent.org/docs/latest/strict/ ) .
710
811## [ 1.5.0] - 2021-08-14
912### Added
You can’t perform that action at this time.
0 commit comments