Skip to content

Commit

Permalink
Remove complexity checks for HTML and XML
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Apr 5, 2018
1 parent e7404d7 commit 91e901d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,19 +1736,6 @@
},
"HTML": {
"line_comment": [],
"complexitychecks": [
"for ",
"for(",
"if ",
"if(",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"extensions": [
"html",
"htm"
Expand Down Expand Up @@ -2836,19 +2823,6 @@
},
"XML": {
"line_comment": [],
"complexitychecks": [
"for ",
"for(",
"if ",
"if(",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"extensions": [
"xml"
],
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 91e901d

Please sign in to comment.