Skip to content

Commit

Permalink
Merge pull request #266 from sylr/go-defer
Browse files Browse the repository at this point in the history
Add go and defer as complexity checks
  • Loading branch information
boyter committed Jun 10, 2021
2 parents a2a1b8d + 17b6267 commit 6130432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2473,6 +2473,8 @@
},
"Go": {
"complexitychecks": [
"go ",
"defer ",
"for ",
"for(",
"if ",
Expand Down

0 comments on commit 6130432

Please sign in to comment.