rspec/rules/S1716/python/comments-and-links.adoc

21 lines
907 B
Plaintext
Raw Normal View History

=== Relates: RSPEC-910
=== On 2014-11-04T15:59:14Z Ann Campbell Wrote:
pylint:E0103
=== On 2016-05-09T15:41:47Z Evgeny Mandrikov Wrote:
I don't know any C/{cpp} compiler, which will allow to use "continue" outside of loop and "break" outside of switch and loop, hence not applicable.
=== On 2016-05-09T15:44:26Z Evgeny Mandrikov Wrote:
Note that PC-Lint error codes from 1 to 199 for C and from 1001 to 1199 for {cpp} are syntax errors.
=== On 2016-05-16T17:06:00Z Ann Campbell Wrote:
\[~evgeny.mandrikov] I guess this means that PC-Lint doesn't expect compilable code?
=== On 2016-05-16T17:14:19Z Evgeny Mandrikov Wrote:
\[~ann.campbell.2] I suppose that it expects for proper analysis in general, but when this is not the case it generates more precise "parse error".
=== On 2016-05-16T17:50:32Z Ann Campbell Wrote:
For the record PC-Lint rules in these ranges are Syntax errors: 1-199, 1001-1199.