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.
2 parents 2ae95d3 + 6c07098 commit 440f322Copy full SHA for 440f322
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.20+
+- TFLint v0.21+
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: 5,
+ ProtocolVersion: 6,
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
}
0 commit comments