=== is related to: S1120 === on 20 May 2013, 12:44:05 Fabrice Bellingard wrote: Implementation: \http://jira.codehaus.org/browse/SONARJAVA-122 === on 12 Feb 2014, 21:47:06 Freddy Mallet wrote: Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3468 for PHP === on 9 Mar 2018, 16:27:19 Janos Gyerik wrote: Irrelevant for Go, because this rule goes against the recommendation in https://golang.org/doc/effective_go.html#formatting[Effective Go] (_"Use spaces only if you must."_). === on 28 Oct 2019, 14:16:35 Nicolas Harraudeau wrote: Low value rule for python as: * tabs are accepted if the rest of [the code base is already using it](\https://www.python.org/dev/peps/pep-0008/#id18). * pycodestyle already supports all PEP8 rules and there is no point for us to reimplement them.