Disabling "Missing type signature" warnings
Answered
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?
Please sign in to leave a comment.
Hello Martin,
You can disable it in Settings | Editor | Inspections → RBS → Missing type signature.
that's right, thanks!