Java Rule S1943 should take into account if a FileWriter or FileReader is created with a charset

I encountered the same issue as described here. We want to enforce this rule for our codebase but we want to keep some usages of FileReader and FileWriter that are created with Charset. I don’t see the rule has been changed yet. Will there be a change anytime soon? Thanks.