php-sap/interfaces

View on GitHub
remove phpcs related scripts from composer.json #20 #70
Gregor authored 229eefc4
complete00:00:17
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: unknown engine or channel <codescan:stable>
WARNING: unknown engine or channel <cody:stable>
WARNING: unknown engine or channel <isort:stable>
WARNING: unknown engine or channel <proselint:stable>
WARNING: unknown engine or channel <protobuf:stable>
WARNING: unknown engine or channel <rustfmt:stable>
WARNING: unknown engine or channel <tfsec:stable>
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
phan
phan engine documentation
View output
Parsing files...
░░░░░░░░░░░░░░░░░░                                     18 / 18 (100%) 14MB
Analyzing classes...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29MB
Analyzing methods...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30MB
Analyzing files...
░░░░░░░░░░░░░░░░░░                                     18 / 18 (100%) 34MB
8
phpcodesniffer
phpcodesniffer engine documentation
9
phpmd
phpmd engine documentation
10
sonar-php
sonar-php engine documentation
View output
INFO: Java 1.8.0_322 Amazon.com Inc. (64-bit)
INFO: Linux 4.4.0-1128-aws amd64
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-core-2.17.0.899.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-cli-2.1.0.566.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
INFO: Index files
INFO: 26 files indexed
INFO: 18 source files to be analyzed
ERROR: Unable to parse file: /code/src/Api/IMember.php
ERROR: Parse error at line 113 column 30:

103:      * @return string
104:      */
105:     public function getName(): string;
106: 
107:     /**
108:      * Cast a value according to this class.
109:      * @param  float|bool|int|string  $value  The output to typecast.
110:      * @return null|bool|int|float|string|DateTime|DateInterval
111:      * @throws IInvalidArgumentException
112:      */
113:     public function cast(null|bool|int|float|string $value): null|bool|int|float|string|DateTime|DateInterval;
                                  ^
114: }
115: 

ERROR: Unable to parse file: /code/src/Api/IValue.php
ERROR: Parse error at line 92 column 30:

82:      * @throws IInvalidArgumentException
83:      */
84:     public static function create(string $type, string $name, string $direction, bool $isOptional): IValue;
85: 
86:     /**
87:      * Cast a given value according to this class.
88:      * @param  float|bool|int|string  $value The value to typecast.
89:      * @return null|bool|int|float|string|DateTime|DateInterval
90:      * @throws IInvalidArgumentException
91:      */
92:     public function cast(null|bool|int|float|string $value): null|bool|int|float|string|DateTime|DateInterval;
                                 ^
93: }
94: 

INFO: 18/18 source files have been analyzed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.379s
INFO: Final Memory: 11M/96M
INFO: ------------------------------------------------------------------------