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 5ac6ff4 commit 896a4daCopy full SHA for 896a4da
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.18+
+- TFLint v0.19+
14
- Go v1.14
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: 3,
+ ProtocolVersion: 4,
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
}
0 commit comments