rspec/rules/S1314/noncompliant.adoc
2022-02-04 16:28:24 +00:00

7 lines
148 B
Plaintext

== Noncompliant Code Example
[source,text]
----
int myNumber = 010; // Noncompliant. myNumber will hold 8, not 10 - was this really expected?
----