Fix the comment display: rule-id, timestamp, GH visibility, link direction

This commit is contained in:
Arseniy Zaostrovnykh 2021-06-03 09:05:38 +02:00
parent c1c47eba60
commit 6c1ad2c13c
6482 changed files with 14474 additions and 14443 deletions

View File

@ -18,9 +18,9 @@ METHOD MY_METHOD
ENDMETHOD. ENDMETHOD.
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -14,9 +14,9 @@ public void DoSomething(){...}
public void doSomething(){...} public void doSomething(){...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -14,9 +14,9 @@ void DoSomething (void);
void doSomething (void); void doSomething (void);
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,15 +1,15 @@
=== Relates: RSPEC-1542 === is related to: S1542
=== On 2013-05-20T14:29:13Z Fabrice Bellingard Wrote: === on 20 May 2013, 14:29:13 Fabrice Bellingard wrote:
Implementation: \http://jira.codehaus.org/browse/SONARJAVA-118 Implementation: \http://jira.codehaus.org/browse/SONARJAVA-118
=== On 2013-08-02T09:05:59Z Freddy Mallet Wrote: === on 2 Aug 2013, 09:05:59 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-2776 Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-2776
=== On 2014-02-12T18:08:27Z Freddy Mallet Wrote: === on 12 Feb 2014, 18:08:27 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3455 for PHP Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3455 for PHP
=== On 2018-02-06T15:30:50Z Alban Auzeill Wrote: === on 6 Feb 2018, 15:30:50 Alban Auzeill wrote:
COBOL use [RSPEC-1589] instead. COBOL use [RSPEC-1589] instead.
PL/I, PL/SQL, T-SQL, VB6 use [RSPEC-1542] instead. PL/I, PL/SQL, T-SQL, VB6 use [RSPEC-1542] instead.

View File

@ -28,9 +28,9 @@ 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] https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions[Microsoft Capitalization Conventions]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -14,9 +14,9 @@ function DoSomething(){...}
function doSomething(){...} function doSomething(){...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -18,9 +18,9 @@ func executeAll() {
} }
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -23,9 +23,9 @@ Overriding methods are excluded.
public int Do_Something(){...} public int Do_Something(){...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2015-05-21T14:42:13Z Linda Martin Wrote: === on 21 May 2015, 14:42:13 Linda Martin wrote:
Reviewed. Reviewed.
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]

View File

@ -14,9 +14,9 @@ function DoSomething(){...} // Noncompliant
function doSomething(){...} function doSomething(){...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -29,9 +29,9 @@ function __destruct(){...}
function myFunc(){...} function myFunc(){...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -18,9 +18,9 @@ class MyClass:
... ...
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -32,9 +32,9 @@ C ENDSR
/end-free /end-free
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -18,9 +18,9 @@ def doSomething( ) : Unit = {
} }
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2018-02-08T00:43:04Z Thomas Epperson Wrote: === on 8 Feb 2018, 00:43:04 Thomas Epperson wrote:
The implementation incorrectly flags unnamed namespaces in source files. The specs only refer to unnamed namespaces in HEADER files. The implementation incorrectly flags unnamed namespaces in source files. The specs only refer to unnamed namespaces in HEADER files.

View File

@ -51,9 +51,9 @@ void fn_b(void)
* https://wiki.sei.cmu.edu/confluence/x/VXs-BQ[CERT, DCL59-CPP.] - Do not define an unnamed namespace in a header file * https://wiki.sei.cmu.edu/confluence/x/VXs-BQ[CERT, DCL59-CPP.] - Do not define an unnamed namespace in a header file
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,11 +1,11 @@
=== Relates: RSPEC-1003 === relates to: S1003
=== On 2015-03-31T19:07:03Z Evgeny Mandrikov Wrote: === on 31 Mar 2015, 19:07:03 Evgeny Mandrikov wrote:
\[~ann.campbell.2] implementation seems more complete (SQALE, description) than this spec. \[~ann.campbell.2] implementation seems more complete (SQALE, description) than this spec.
=== On 2015-04-13T19:16:38Z Evgeny Mandrikov Wrote: === on 13 Apr 2015, 19:16:38 Evgeny Mandrikov wrote:
\[~ann.campbell.2] Changed spelling of "using-directives" and "using-declarations" to match {cpp} language specification. Also wondering why blocker, but not active by default? Note that in implementation currently major and active. \[~ann.campbell.2] Changed spelling of "using-directives" and "using-declarations" to match {cpp} language specification. Also wondering why blocker, but not active by default? Note that in implementation currently major and active.
=== On 2015-04-20T14:00:33Z Ann Campbell Wrote: === on 20 Apr 2015, 14:00:33 Ann Campbell wrote:
in fact [~evgeny.mandrikov] I don't think I had previously edited either of those two attributes in fact [~evgeny.mandrikov] I don't think I had previously edited either of those two attributes

View File

@ -25,9 +25,9 @@ using namespace NS2; // Noncompliant as there might be an ambiguity between NS1:
* MISRA {cpp}:2008, 7-3-4 - using-directives shall not be used. * MISRA {cpp}:2008, 7-3-4 - using-directives shall not be used.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,2 +1,2 @@
=== Relates: RSPEC-1003 === relates to: S1003

View File

@ -7,9 +7,9 @@ This rule is a strict implementation of a MISRA (Motor Industry Software Reliabi
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,10 +1,10 @@
=== Duplicate: RSPEC-1249 === is duplicated by: S1249
=== Related: RSPEC-5372 === relates to: S5372
=== Related: RSPEC-5318 === is related to: S5318
=== Relates: RSPEC-1001 === is related to: S1001
=== Relates: RSPEC-1002 === is related to: S1002

View File

@ -58,9 +58,9 @@ The issue only happens if the using directive is at global scope or at namespace
* https://github.com/isocpp/CppCoreGuidelines/blob/036324/CppCoreGuidelines.md#sf7-dont-write-using-namespace-at-global-scope-in-a-header-file[{cpp} Core Guidelines SF.7] - Dont write ``++using namespace++`` at global scope in a header file * https://github.com/isocpp/CppCoreGuidelines/blob/036324/CppCoreGuidelines.md#sf7-dont-write-using-namespace-at-global-scope-in-a-header-file[{cpp} Core Guidelines SF.7] - Dont write ``++using namespace++`` at global scope in a header file
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -8,9 +8,9 @@ include::../noncompliant.adoc[]
* MISRA {cpp}:2008, 6-6-5 - A function shall have a single point of exit at the end of the function * MISRA {cpp}:2008, 6-6-5 - A function shall have a single point of exit at the end of the function
* MISRA C:2012, 15.5 - A function should have a single point of exit at the end * MISRA C:2012, 15.5 - A function should have a single point of exit at the end
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,9 +1,9 @@
=== On 2014-09-05T14:19:41Z Evgeny Mandrikov Wrote: === on 5 Sep 2014, 14:19:41 Evgeny Mandrikov wrote:
This rule is controversial (some people prefer early exits from functions). Also based on our experience - hard to satisfy, and so was deactivated on Dory. Thus proposal - remove from default profile. This rule is controversial (some people prefer early exits from functions). Also based on our experience - hard to satisfy, and so was deactivated on Dory. Thus proposal - remove from default profile.
=== On 2014-09-05T17:51:26Z Ann Campbell Wrote: === on 5 Sep 2014, 17:51:26 Ann Campbell wrote:
\[~evgeny.mandrikov] I made that change on the 21st of August. I can't make it any off-er. :-) \[~evgeny.mandrikov] I made that change on the 21st of August. I can't make it any off-er. :-)
=== On 2014-09-09T13:13:57Z Freddy Mallet Wrote: === on 9 Sep 2014, 13:13:57 Freddy Mallet wrote:
Ticket created on {cpp} project @Ann and @Evgeny : CPP-814 Ticket created on {cpp} project @Ann and @Evgeny : CPP-814

View File

@ -30,9 +30,9 @@ function func2() {
function func3(); function func3();
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -18,9 +18,9 @@ END;
/ /
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -60,9 +60,9 @@ int main() {
include::../see.adoc[] include::../see.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,2 +1,2 @@
=== Related: RSPEC-3719 === relates to: S3719

View File

@ -79,9 +79,9 @@ public class Program
include::../see.adoc[] include::../see.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -18,9 +18,9 @@ CLASS MY_CLASS DEFINITION.
ENDCLASS. ENDCLASS.
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -14,9 +14,9 @@ class myClass {}
class MyClass {} class MyClass {}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -30,9 +30,9 @@ class Foo // Compliant
@end @end
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,9 +1,9 @@
=== On 2013-05-20T12:16:47Z Fabrice Bellingard Wrote: === on 20 May 2013, 12:16:47 Fabrice Bellingard wrote:
Implementation: \http://jira.codehaus.org/browse/SONARJAVA-119 Implementation: \http://jira.codehaus.org/browse/SONARJAVA-119
=== On 2013-10-31T16:09:00Z Freddy Mallet Wrote: === on 31 Oct 2013, 16:09:00 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3228 for Flex Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3228 for Flex
=== On 2014-02-19T15:46:02Z Freddy Mallet Wrote: === on 19 Feb 2014, 15:46:02 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3495 for PHP Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3495 for PHP

View File

@ -30,9 +30,9 @@ 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] * https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions[Microsoft Capitalization Conventions]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -14,9 +14,9 @@ public class myClass {...}
public class MyClass {...} public class MyClass {...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -20,9 +20,9 @@ type my_struct struct {...}
type myStruct struct {...} type myStruct struct {...}
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -4,9 +4,9 @@ include::../noncompliant.adoc[]
include::../compliant.adoc[] include::../compliant.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -31,9 +31,9 @@ class my_context_manager:
pass pass
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -18,9 +18,9 @@ class MyClass
end end
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -24,9 +24,9 @@ Class Foo ' Compliant
End Class End Class
---- ----
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2014-10-21T18:55:14Z Ann Campbell Wrote: === on 21 Oct 2014, 18:55:14 Ann Campbell wrote:
\[~samuel.mercier] \[~samuel.mercier]
* for SQALE, we go with the worst-possible outcome. Since this is an "undefined behaviors" rule, Maintainability is not the best fit * for SQALE, we go with the worst-possible outcome. Since this is an "undefined behaviors" rule, Maintainability is not the best fit

View File

@ -14,9 +14,9 @@ class D: public virtual B {}; // Noncompliant, B is a virtual base
* MISRA {cpp}:2008, 10-1-1 - Classes should not be derived from virtual bases. * MISRA {cpp}:2008, 10-1-1 - Classes should not be derived from virtual bases.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2014-10-16T13:21:54Z Ann Campbell Wrote: === on 16 Oct 2014, 13:21:54 Ann Campbell wrote:
\[~samuel.mercier] please: \[~samuel.mercier] please:
* fill in the appropriate reference field(s). * fill in the appropriate reference field(s).

View File

@ -17,9 +17,9 @@ class D: public virtual A {}; // Noncompliant, D is not part of a diamond-shaped
* MISRA {cpp}:2008, 10-1-2 - A base class shall only be declared virtual if it is used in a diamond hierarchy. * MISRA {cpp}:2008, 10-1-2 - A base class shall only be declared virtual if it is used in a diamond hierarchy.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2014-10-16T13:25:29Z Ann Campbell Wrote: === on 16 Oct 2014, 13:25:29 Ann Campbell wrote:
\[~samuel.mercier] please: \[~samuel.mercier] please:
* fill in the appropriate reference field(s). * fill in the appropriate reference field(s).

View File

@ -28,9 +28,9 @@ class C: public B1, B2, B3 {}; // Compliant, A is always virtual
* MISRA {cpp}:2008, 10-1-3 - An accessible base class shall not be both virtual and non-virtual in the same hierarchy. * MISRA {cpp}:2008, 10-1-3 - An accessible base class shall not be both virtual and non-virtual in the same hierarchy.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,11 +1,11 @@
=== Related: RSPEC-1015 === relates to: S1015
=== Relates: RSPEC-808 === relates to: S808
=== On 2014-10-21T19:05:20Z Ann Campbell Wrote: === on 21 Oct 2014, 19:05:20 Ann Campbell wrote:
\[~samuel.mercier] this message is written as thought it's not going to be sitting right under the duplicatively named entity... \[~samuel.mercier] this message is written as thought it's not going to be sitting right under the duplicatively named entity...
=== On 2014-10-24T08:07:28Z Samuel Mercier Wrote: === on 24 Oct 2014, 08:07:28 Samuel Mercier wrote:
\[~ann.campbell.2] I sightly updated the message. Taking our example I think we want to flag the issue on the declarations in B2 with a reference on the declarations in B1 that are hidden. \[~ann.campbell.2] I sightly updated the message. Taking our example I think we want to flag the issue on the declarations in B2 with a reference on the declarations in B1 that are hidden.
So that would give : So that would give :
@ -14,10 +14,10 @@ So that would give :
Ideally we probably want to drop the reference to the file/line and replace it with the ability to jump to that position from the issue. Ideally we probably want to drop the reference to the file/line and replace it with the ability to jump to that position from the issue.
=== On 2015-04-07T22:47:10Z Evgeny Mandrikov Wrote: === on 7 Apr 2015, 22:47:10 Evgeny Mandrikov wrote:
\[~samuel.mercier] Given example violates rules of "Member name lookup" (CPP03-CPP11 10.2), exactly because it is ambiguous. So I'm wondering - is there a compiler, which will accept such code? or can this code be changed in a way that will be accepted by compiler, but still violate this rule? \[~samuel.mercier] Given example violates rules of "Member name lookup" (CPP03-CPP11 10.2), exactly because it is ambiguous. So I'm wondering - is there a compiler, which will accept such code? or can this code be changed in a way that will be accepted by compiler, but still violate this rule?
=== On 2015-04-13T12:03:11Z Samuel Mercier Wrote: === on 13 Apr 2015, 12:03:11 Samuel Mercier wrote:
\[~evgeny.mandrikov] The example was taken from MISRA verbatim, and you are right, it does not compile... From there I cannot understand what is the rule about, especially since the title explicitly mention multiple inheritance. \[~evgeny.mandrikov] The example was taken from MISRA verbatim, and you are right, it does not compile... From there I cannot understand what is the rule about, especially since the title explicitly mention multiple inheritance.

View File

@ -43,9 +43,9 @@ For the purposes of this rule, visible function identifiers that form an overloa
* MISRA {cpp}:2008, 10-2-1 - All accessible entity names within a multiple inheritance hierarchy should be unique. * MISRA {cpp}:2008, 10-2-1 - All accessible entity names within a multiple inheritance hierarchy should be unique.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== Related: RSPEC-1014 === is related to: S1014
=== Relates: RSPEC-1017 === relates to: S1017

View File

@ -99,9 +99,9 @@ d.f1(); // also calls B1::foo "by dominance"
* MISRA {cpp}:2008, 10-3-1 - There shall be no more than one definition of each virtual function on each path through the inheritance hierarchy. * MISRA {cpp}:2008, 10-3-1 - There shall be no more than one definition of each virtual function on each path through the inheritance hierarchy.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== Duplicate: RSPEC-1261 === is duplicated by: S1261
=== Related: RSPEC-3471 === is related to: S3471

View File

@ -38,9 +38,9 @@ class Derived : public Base
* This rule will only trigger with code compliant with {cpp}98 and {cpp}03. For code compliant with {cpp}11 and above see S3471 * This rule will only trigger with code compliant with {cpp}98 and {cpp}03. For code compliant with {cpp}11 and above see S3471
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,14 +1,14 @@
=== Relates: RSPEC-832 === is related to: S832
=== Relates: RSPEC-833 === is related to: S833
=== Relates: RSPEC-927 === is related to: S927
=== Relates: RSPEC-1015 === is related to: S1015
=== Relates: RSPEC-1047 === is related to: S1047
=== On 2014-10-16T12:42:59Z Ann Campbell Wrote: === on 16 Oct 2014, 12:42:59 Ann Campbell wrote:
\[~samuel.mercier] please: \[~samuel.mercier] please:
* fill in the appropriate reference field(s). * fill in the appropriate reference field(s).
@ -16,6 +16,6 @@
For a "may not meet developer expectations" rule, I would not use Maintainability, but Reliability For a "may not meet developer expectations" rule, I would not use Maintainability, but Reliability
=== On 2016-08-03T18:57:06Z Ann Campbell Wrote: === on 3 Aug 2016, 18:57:06 Ann Campbell wrote:
Okay [~alban.auzeill], see what you think. Okay [~alban.auzeill], see what you think.

View File

@ -41,9 +41,9 @@ struct B : A {
* MISRA {cpp}:2008, 10-3-3 - A virtual function shall only be overridden by a pure virtual function if it is itself declared as pure virtual. * MISRA {cpp}:2008, 10-3-3 - A virtual function shall only be overridden by a pure virtual function if it is itself declared as pure virtual.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2014-10-14T18:11:13Z Ann Campbell Wrote: === on 14 Oct 2014, 18:11:13 Ann Campbell wrote:
\[~samuel.mercier] please correct the following \[~samuel.mercier] please correct the following
* Code should be quoted in the message. Also, I don't quite understand the use of "::" here. * Code should be quoted in the message. Also, I don't quite understand the use of "::" here.
@ -12,7 +12,7 @@ In addition, please consider clarifying the following:
* "final type" during construction vs the type of "the completely constructed object" * "final type" during construction vs the type of "the completely constructed object"
* the Noncompliant Code Example tells us in a comment that B2 is derived, but B2 doesn't actually seem to extend anything. * the Noncompliant Code Example tells us in a comment that B2 is derived, but B2 doesn't actually seem to extend anything.
=== On 2014-10-17T09:00:51Z Samuel Mercier Wrote: === on 17 Oct 2014, 09:00:51 Samuel Mercier wrote:
\[~ann.campbell.2] updated. \[~ann.campbell.2] updated.
* "final type" during construction vs the type of "the completely constructed object" : this is a copy-paste of the MISRA document, so I suspect it is meaningful and correct in the {cpp} context. * "final type" during construction vs the type of "the completely constructed object" : this is a copy-paste of the MISRA document, so I suspect it is meaningful and correct in the {cpp} context.

View File

@ -41,9 +41,9 @@ public:
* MISRA {cpp}:2008, 12-1-1 - An object's dynamic type shall not be used from the body of its constructor or destructor. * MISRA {cpp}:2008, 12-1-1 - An object's dynamic type shall not be used from the body of its constructor or destructor.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2014-10-14T17:49:57Z Ann Campbell Wrote: === on 14 Oct 2014, 17:49:57 Ann Campbell wrote:
\[~samuel.mercier] please correct the following \[~samuel.mercier] please correct the following
* There is no message * There is no message
@ -7,6 +7,6 @@
* Make sure the appropriate MISRA C and MISRA {cpp} fields on the references tab are filled in * Make sure the appropriate MISRA C and MISRA {cpp} fields on the references tab are filled in
=== On 2014-10-17T14:38:02Z Ann Campbell Wrote: === on 17 Oct 2014, 14:38:02 Ann Campbell wrote:
\[~samuel.mercier] I'm tempted to tag this with 'bug'. WDYT? \[~samuel.mercier] I'm tempted to tag this with 'bug'. WDYT?

View File

@ -27,9 +27,9 @@ private:
* https://wiki.sei.cmu.edu/confluence/x/gXs-BQ[CERT, OOP58-CPP.] - Copy operations must not mutate the source object * https://wiki.sei.cmu.edu/confluence/x/gXs-BQ[CERT, OOP58-CPP.] - Copy operations must not mutate the source object
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,2 +1,2 @@
=== Related: RSPEC-3657 === is related to: S3657

View File

@ -56,9 +56,9 @@ void f1( B1 & b1, B1 & b2 )
* MISRA {cpp}:2008, 12-8-2 - The copy assignment operator shall be declared protected or private in an abstract class. * MISRA {cpp}:2008, 12-8-2 - The copy assignment operator shall be declared protected or private in an abstract class.
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,5 +1,5 @@
=== Related: RSPEC-1026 === is related to: S1026
=== On 2014-10-21T19:12:23Z Ann Campbell Wrote: === on 21 Oct 2014, 19:12:23 Ann Campbell wrote:
\[~samuel.mercier] please incorporate the text under the Noncompliant header either into the code as comments or the description. Also as a "contrary to developer expectations" I would not tie this to Maintainability/Understandability. I think I see your direction on that, but when the original developer doesn't understand what (s)he's coded, then I'd call it Reliability. \[~samuel.mercier] please incorporate the text under the Noncompliant header either into the code as comments or the description. Also as a "contrary to developer expectations" I would not tie this to Maintainability/Understandability. I think I see your direction on that, but when the original developer doesn't understand what (s)he's coded, then I'd call it Reliability.

View File

@ -31,9 +31,9 @@ void f ( A const & a1 )
* MISRA {cpp}:2008, 14-5-2 * MISRA {cpp}:2008, 14-5-2
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,2 +1,2 @@
=== Related: RSPEC-1025 === relates to: S1025

View File

@ -38,9 +38,9 @@ void f ( A const & a1, A & a2 )
* MISRA {cpp}:2008, 14-5-3 * MISRA {cpp}:2008, 14-5-3
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,3 +1,3 @@
=== On 2014-10-21T18:53:40Z Ann Campbell Wrote: === on 21 Oct 2014, 18:53:40 Ann Campbell wrote:
\[~samuel.mercier] would it be possible to drop the appropriate qualified-id into the message? \[~samuel.mercier] would it be possible to drop the appropriate qualified-id into the message?

View File

@ -70,9 +70,9 @@ template class A<int32_t>;
* MISRA {cpp}:2008, 14-6-1 * MISRA {cpp}:2008, 14-6-1
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2014-10-24T15:30:24Z Ann Campbell Wrote: === on 24 Oct 2014, 15:30:24 Ann Campbell wrote:
\[~samuel.mercier] \[~samuel.mercier]
* bug or pitfall * bug or pitfall

View File

@ -48,9 +48,9 @@ int main ( )
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,6 +1,6 @@
=== Related: RSPEC-1763 === is related to: S1763
=== Relates: RSPEC-901 === relates to: S901
=== Relates: RSPEC-897 === relates to: S897

View File

@ -31,9 +31,9 @@ This rule does not apply to libraries.
* MISRA {cpp}:2008, 14-7-1 * MISRA {cpp}:2008, 14-7-1
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,9 +1,9 @@
=== On 2013-05-20T14:24:19Z Fabrice Bellingard Wrote: === on 20 May 2013, 14:24:19 Fabrice Bellingard wrote:
Implementation: \http://jira.codehaus.org/browse/SONARJAVA-120 Implementation: \http://jira.codehaus.org/browse/SONARJAVA-120
=== On 2014-02-12T21:44:45Z Freddy Mallet Wrote: === on 12 Feb 2014, 21:44:45 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3466 for PHP Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3466 for PHP
=== On 2018-02-06T15:27:24Z Alban Auzeill Wrote: === on 6 Feb 2018, 15:27:24 Alban Auzeill wrote:
RPG use [RSPEC-2031] instead. RPG use [RSPEC-2031] instead.

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,4 +1,4 @@
=== On 2018-04-12T15:58:09Z Alexandre Gigleux Wrote: === on 12 Apr 2018, 15:58:09 Alexandre Gigleux wrote:
According to \https://golang.org/doc/effective_go.html ... According to \https://golang.org/doc/effective_go.html ...

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::comments-and-links.adoc[] include::comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

View File

@ -1,8 +1,8 @@
include::../rule.adoc[] include::../rule.adoc[]
ifdef::rspecator-view[] ifdef::env-github,rspecator-view[]
== Comments And Links == Comments And Links
(visible only on this page) (visible only on this page)
include::../comments-and-links.adoc[] include::../comments-and-links.adoc[]
endif::rspecator-view[] endif::env-github,rspecator-view[]

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