16 lines
383 B
Text
16 lines
383 B
Text
|
parameters:
|
||
|
checkMissingIterableValueType: false
|
||
|
|
||
|
level: 6
|
||
|
paths:
|
||
|
- lib
|
||
|
|
||
|
ignoreErrors:
|
||
|
# Ignore typehint errors on api classes
|
||
|
-
|
||
|
message: '#Method (.*) with no typehint specified\.#'
|
||
|
path: lib/Github/Api
|
||
|
-
|
||
|
message: '#Method (.*) has no return typehint specified\.#'
|
||
|
path: lib/Github/Api
|