Skip to content

Commit 8ef6111

Browse files
authored
Merge pull request #84 from takaHAL/fixUnusedVariables
fix rule names in UnusedVariables in README.md
2 parents dfbe287 + 5c0b691 commit 8ef6111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ When the severity is not provided it will be `error` by default. Other available
126126
"FlowDescription": {
127127
"severity": "warning"
128128
},
129-
"UnusedVariables": {
129+
"UnusedVariable": {
130130
"severity": "error"
131131
}
132132
}
@@ -140,12 +140,12 @@ Specifying exceptions can be done by flow, rule and result(s), as shown in the f
140140
{
141141
"exceptions": {
142142
"AssignTaskOwner": {
143-
"UnusedVariables": [
143+
"UnusedVariable": [
144144
"somecount"
145145
]
146146
},
147147
"GetAccounts":{
148-
"UnusedVariables": [
148+
"UnusedVariable": [
149149
"incvar"
150150
]
151151
}

0 commit comments

Comments
 (0)