Skip to content

Commit

Permalink
Silence potentially dangerous function check (#40019)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Apr 30, 2020
1 parent 8846a0a commit 61f8b39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Disable FIXME query, in DDA it is as likely to be a future feature as a bug.
# Disable "potentially dangerous function" warning like localtime, there is no good alternative and we aren't multithreaded.
queries:
- exclude: cpp/fixme-comment

- exclude: cpp/fixme-comment
- exclude: cpp/potentially-dangerous-function

0 comments on commit 61f8b39

Please sign in to comment.