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 c6c8609 commit 93f62afCopy full SHA for 93f62af
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.17+
+- TFLint v0.18+
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: 2,
+ ProtocolVersion: 3,
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
}
0 commit comments