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 62b9910 commit cbf3fb8Copy full SHA for cbf3fb8
README.md
@@ -10,7 +10,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f
10
11
## Requirements
12
13
-- TFLint v0.19+
+- TFLint v0.20+
14
- Go v1.15
15
16
## Usage
plugin/plugin.go
@@ -10,7 +10,7 @@ import (
// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
var handshakeConfig = plugin.HandshakeConfig{
- ProtocolVersion: 4,
+ ProtocolVersion: 5,
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
}
0 commit comments