We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a6402 commit d3139eaCopy full SHA for d3139ea
CHANGELOG.md
@@ -0,0 +1,3 @@
1
+## 0.1.0 (2023-02-02)
2
+
3
+Initial release 🎉
README.md
@@ -5,7 +5,7 @@
5
6
TFLint ruleset plugin for writing custom rules in [Rego](https://www.openpolicyagent.org/docs/latest/policy-language/).
7
8
-NOTE: This plugin is working in progress. Not intended for general use.
+NOTE: This plugin is experimental. This means frequent breaking changes.
9
10
## Requirements
11
@@ -14,8 +14,6 @@ NOTE: This plugin is working in progress. Not intended for general use.
14
15
## Installation
16
17
-NOTE: This plugin is working in progress. There is no way to install it.
18
-
19
You can install the plugin by adding a config to `.tflint.hcl` and running `tflint --init`:
20
21
```hcl
0 commit comments