rspec/rules/S1285/cobol/rule.adoc
Fred Tingaud 16f6c0aecf
Inline adoc when include has no additional value (#1940)
Inline adoc files when they are included exactly once.

Also fix language tags because this inlining gives us better information
on what language the code is written in.
2023-05-25 14:18:12 +02:00

43 lines
943 B
Plaintext

== Why is this an issue?
The cyclomatic complexity of a program should not exceed a defined threshold, otherwise it will be too complex. Complex code can perform poorly, and will be difficult to understand and therefore to maintain.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Parameters
.maximumComplexityThreshold
****
----
100
----
The maximum authorized complexity in a program
****
'''
== Comments And Links
(visible only on this page)
=== duplicates: S1908
=== on 28 May 2015, 16:11:23 Ann Campbell wrote:
SQALE updated. See if you think it's reasonable please.
=== on 29 May 2015, 08:33:58 Pierre-Yves Nicolas wrote:
SQALE seems reasonable.
The current implementation of this rule has a maximumComplexityThreshold parameter which has a default value of 100.
=== on 29 May 2015, 14:49:56 Ann Campbell wrote:
nice catch. fixed.
endif::env-github,rspecator-view[]