I've noticed recently that reportUnusedCallResult is not controlled by typeCheckingMode; that is, setting the latter to "strict" will not set the former to true. I now wonder if this is the only diagnostic-category setting which exhibits this behaviour or if there are other settings which do not follow typeCheckingMode. It might be useful to document the settings' values for each rule set.
I've noticed recently that
reportUnusedCallResultis not controlled bytypeCheckingMode; that is, setting the latter to"strict"will not set the former totrue. I now wonder if this is the only diagnostic-category setting which exhibits this behaviour or if there are other settings which do not followtypeCheckingMode. It might be useful to document the settings' values for each rule set.