1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

🔥 some pointless notes.

This commit is contained in:
Rob Rix 2018-06-19 09:56:05 -04:00
parent 211110c0f3
commit b362ec2e7f

View File

@ -5,8 +5,8 @@
# Blacklist some functions by default.
- functions:
- {name: unsafePerformIO, within: []} # unsafePerformIO has to be explicitly whitelisted
- {name: unsafeCoerce, within: []} # unsafeCoerce has to be explicitly whitelisted
- {name: unsafePerformIO, within: []}
- {name: unsafeCoerce, within: []}
- {name: head, within: []}
- {name: tail, within: []}
- {name: init, within: []}