Now that #2556 has been implemented, it's important that linters and fixers generally use %s and %t formatting with filename-modifiers like %s:h for a file's directory name, and so on. The more linters use this kind of formatting, the more they will be capable of running in Docker, in virtual machines, or on other computers. We should go over all of the existing linters and fixers and update them to work this way.