Skip to content

Commit

Permalink
complexity checks for cloudformation
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Feb 22, 2022
1 parent ad55a18 commit 05b08b1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 14 deletions.
24 changes: 12 additions & 12 deletions SCC-OUTPUT-REPORT.html
Expand Up @@ -17,7 +17,7 @@
<th>441</th>
<th>7249</th>
<th>1494</th>
<th>361423</th>
<th>362035</th>
</tr><tr>
<th>Java</th>
<th>24</th>
Expand Down Expand Up @@ -250,7 +250,7 @@
<th>16</th>
<th>1</th>
<th>133</th>
<th>0</th>
<th>19</th>
<th>4697</th>
</tr><tr>
<th>Coq</th>
Expand Down Expand Up @@ -390,21 +390,21 @@
</tr><tr>
<th>HTML</th>
<th>1</th>
<th>644</th>
<th>626</th>
<th>0</th>
<th>0</th>
<th>644</th>
<th>626</th>
<th>0</th>
<th>9388</th>
<th>9137</th>
</tr><tr>
<th>JSON</th>
<th>1</th>
<th>7569</th>
<th>7595</th>
<th>0</th>
<th>0</th>
<th>7569</th>
<th>7595</th>
<th>0</th>
<th>105593</th>
<th>106051</th>
</tr><tr>
<th>Korn Shell</th>
<th>1</th>
Expand Down Expand Up @@ -616,11 +616,11 @@
<tfoot><tr>
<th>Total</th>
<th>178</th>
<th>27421</th>
<th>27429</th>
<th>3104</th>
<th>1779</th>
<th>22538</th>
<th>2480</th>
<th>1831071</th>
<th>22546</th>
<th>2499</th>
<th>1831890</th>
</tr></tfoot>
</table></body></html>
28 changes: 27 additions & 1 deletion languages.json
Expand Up @@ -7300,7 +7300,33 @@
"quotes": []
},
"CloudFormation": {
"complexitychecks": [],
"complexitychecks": [
"!GetAtt",
"!Sub",
"!Select",
"!Equals",
"!If",
"DependsOn:",
"!Select",
"!Equals",
"!If",
"Fn::If",
"Fn::And",
"Fn::Equals",
"Fn::Not",
"Fn::Or",
"Fn::Base64",
"Fn::Cidr",
"Fn::FindInMap",
"Fn::GetAtt",
"Fn::GetAZs",
"Fn::ImportValue",
"Fn::Join",
"Fn::Select",
"Fn::Split",
"Fn::Sub",
"Fn::Transform"
],
"extensions": [
"yaml",
"yml"
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 05b08b1

Please sign in to comment.