RULEAPI-576: add a horizontal rule between rule description and comments

This commit is contained in:
Arseniy Zaostrovnykh 2021-06-08 15:52:13 +02:00 committed by GitHub
parent 16ca5fafaf
commit b76bc57083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4991 changed files with 4991 additions and 0 deletions

View File

@ -19,6 +19,7 @@ ENDMETHOD.
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ public void doSomething(){...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ void doSomething (void);
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -29,6 +29,7 @@ void My_method_(){...} // invalid, leading and trailing underscores are reported
https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions[Microsoft Capitalization Conventions]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ function doSomething(){...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -19,6 +19,7 @@ func executeAll() {
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -24,6 +24,7 @@ public int Do_Something(){...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ function doSomething(){...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -30,6 +30,7 @@ function myFunc(){...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -19,6 +19,7 @@ class MyClass:
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -33,6 +33,7 @@ C ENDSR
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -19,6 +19,7 @@ def doSomething( ) : Unit = {
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -52,6 +52,7 @@ void fn_b(void)
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -26,6 +26,7 @@ using namespace NS2; // Noncompliant as there might be an ambiguity between NS1:
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -8,6 +8,7 @@ This rule is a strict implementation of a MISRA (Motor Industry Software Reliabi
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -59,6 +59,7 @@ The issue only happens if the using directive is at global scope or at namespace
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -9,6 +9,7 @@ include::../noncompliant.adoc[]
* MISRA C:2012, 15.5 - A function should have a single point of exit at the end
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -31,6 +31,7 @@ function func3();
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -19,6 +19,7 @@ END;
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -61,6 +61,7 @@ int main() {
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -80,6 +80,7 @@ public class Program
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -21,6 +21,7 @@ If the compiler has a switch to force bit fields to follow a particular layout,
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -33,6 +33,7 @@ struct S
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -19,6 +19,7 @@ ENDCLASS.
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ class MyClass {}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -31,6 +31,7 @@ class Foo // Compliant
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -31,6 +31,7 @@ class Some_Name_XC {...} // invalid because of XC, should be Some_Name_Xc
* https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions[Microsoft Capitalization Conventions]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ public class MyClass {...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -21,6 +21,7 @@ type myStruct struct {...}
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -5,6 +5,7 @@ include::../noncompliant.adoc[]
include::../compliant.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -32,6 +32,7 @@ class my_context_manager:
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -19,6 +19,7 @@ end
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -25,6 +25,7 @@ End Class
----
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -31,6 +31,7 @@ struct S
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -15,6 +15,7 @@ class D: public virtual B {}; // Noncompliant, B is a virtual base
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -18,6 +18,7 @@ class D: public virtual A {}; // Noncompliant, D is not part of a diamond-shaped
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -29,6 +29,7 @@ class C: public B1, B2, B3 {}; // Compliant, A is always virtual
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -44,6 +44,7 @@ For the purposes of this rule, visible function identifiers that form an overloa
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -100,6 +100,7 @@ d.f1(); // also calls B1::foo "by dominance"
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -39,6 +39,7 @@ class Derived : public Base
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -42,6 +42,7 @@ struct B : A {
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -41,6 +41,7 @@ private:
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -42,6 +42,7 @@ public:
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -33,6 +33,7 @@ public:
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -28,6 +28,7 @@ private:
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -57,6 +57,7 @@ void f1( B1 & b1, B1 & b2 )
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -32,6 +32,7 @@ void f ( A const & a1 )
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -39,6 +39,7 @@ void f ( A const & a1, A & a2 )
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -71,6 +71,7 @@ template class A<int32_t>;
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -49,6 +49,7 @@ int main ( )
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -32,6 +32,7 @@ This rule does not apply to libraries.
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -35,6 +35,7 @@ template class A<int32_t>; // Noncompliant, instantiation of f2 results in "ill-
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -43,6 +43,7 @@ bool isMax(T t){
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -38,6 +38,7 @@ This rule does not apply to copy constructors or copy assignment operators.
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -48,6 +48,7 @@ void fn ( int i )
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -49,6 +49,7 @@ try
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -43,6 +43,7 @@ catch ( const char_t * )
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -67,6 +67,7 @@ void g1(void)
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

View File

@ -1,6 +1,7 @@
include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)

Some files were not shown because too many files have changed in this diff Show More