18 lines
796 B
Plaintext
18 lines
796 B
Plaintext
![]() |
=== Relates: RSPEC-1120
|
||
|
|
||
|
=== On 2013-05-20T12:44:05Z Fabrice Bellingard Wrote:
|
||
|
Implementation: \http://jira.codehaus.org/browse/SONARJAVA-122
|
||
|
|
||
|
=== On 2014-02-12T21:47:06Z Freddy Mallet Wrote:
|
||
|
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3468 for PHP
|
||
|
|
||
|
=== On 2018-03-09T16:27:19Z 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 2019-10-28T14:16:35Z 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.
|
||
|
|