Skip to content

Commit

Permalink
Update cflint 1.4.1 (#6)
Browse files Browse the repository at this point in the history
* Upgrade to CFlint 1.4.1
  • Loading branch information
nbihan-mediware authored Feb 12, 2019
1 parent 0330cc7 commit 140b913
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,14 @@
<description><![CDATA[ <p></p> ]]></description>
<tag>security</tag>
</rule>
<rule>
<key>MISSING_SEMI</key>
<name>No semicolon!</name>
<severity>CRITICAL</severity>
<cardinality>SINGLE</cardinality>
<description><![CDATA[ <p>This statement is missing a semicolon!</p> ]]></description>
<tag>bug</tag>
</rule>
<rule>
<key>UNQUOTED_STRUCT_KEY</key>
<name>Unquoted struct key</name>
Expand Down

0 comments on commit 140b913

Please sign in to comment.