Disabling "Missing type signature" warnings
已回答
It seems that now by default it's adding warnings when there is no type specified: “Missing type signature for …”
How can we disable this?
请先登录再写评论。
Hello Martin,
You can disable it in Settings | Editor | Inspections → RBS → Missing type signature.
that's right, thanks!