Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<ruleset name="phpseclib Test Standard">

 <description>phpseclib coding standard for tests</description>

 <!-- In general rules that apply to library code also apply to tests. -->
 <rule ref="./code-sniffer-ruleset.xml">
   <!-- Exceptions to the library coding standard follow. -->

   <!-- We do not care too much about method, class and file documentation,
        but having @author, @copyright and @license tags would be nice.
        The following configuration does not check for these tags, but
        complains if the file doc block is missing completely. -->
   <exclude name="PEAR.Commenting.ClassComment" />
   <exclude name="PEAR.Commenting.FunctionComment" />
   <exclude name="PEAR.Commenting.FileComment.MissingTag" />
   <exclude name="PEAR.Commenting.FileComment.MissingVersion" />
   <exclude name="PEAR.Commenting.FileComment.SpacingBeforeTags" />
 </rule>

</ruleset>

Commits for Nextrek/Aiba_backup/vendor/phpseclib/phpseclib/build/code-sniffer-ruleset-tests.xml

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000