mirror of
https://github.com/danog/psalm.git
synced 2024-12-11 16:59:45 +01:00
94f934627c
* Add resolveFromConfigFile config option Treats all paths as relative to the location of the config file, not the current working directory of the process. This commit just changes psalm, further commits will be needed to apply the change to psalter and the LSP server. * Copy asset xml files into project root for testing, delete during teardown Needed since paths are now resolved relative to the position of the file. Not sure why I only saw a test failre for 1.xml - would have expected it for all eight files. * Fix following rebase * Move psalm --init handly code above working directory setting code If there's no psalm.xml yet we can't use the location of psalm.xml to set our working directory * Move Psalm version output code above working directory resolution Working directory doesn't need to be known to output version constant * Rely on new config file based working directory in end to end test * Dont use rely on config dir for --alter - not currently working * Fix code style error * Add failing test for supporting config without `resolveFromConfigFile="true"` * Don't treat config directory as a path to check * Document resolveFromConfigFile setting
149 lines
6.1 KiB
XML
149 lines
6.1 KiB
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
totallyTyped="false"
|
|
resolveFromConfigFile="true"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
|
|
<issueHandlers>
|
|
<LessSpecificReturnType errorLevel="info" />
|
|
|
|
<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives -->
|
|
|
|
<DeprecatedMethod errorLevel="info" />
|
|
<DeprecatedProperty errorLevel="info" />
|
|
<DeprecatedClass errorLevel="info" />
|
|
<DeprecatedConstant errorLevel="info" />
|
|
<DeprecatedFunction errorLevel="info" />
|
|
<DeprecatedInterface errorLevel="info" />
|
|
<DeprecatedTrait errorLevel="info" />
|
|
|
|
<InternalMethod errorLevel="info" />
|
|
<InternalProperty errorLevel="info" />
|
|
<InternalClass errorLevel="info" />
|
|
|
|
<MissingClosureReturnType errorLevel="info" />
|
|
<MissingReturnType errorLevel="info" />
|
|
<MissingPropertyType errorLevel="info" />
|
|
<InvalidDocblock errorLevel="info" />
|
|
<MisplacedRequiredParam errorLevel="info" />
|
|
|
|
<PropertyNotSetInConstructor errorLevel="info" />
|
|
<MissingConstructor errorLevel="info" />
|
|
<MissingClosureParamType errorLevel="info" />
|
|
<MissingParamType errorLevel="info" />
|
|
|
|
<RedundantCondition errorLevel="info" />
|
|
|
|
<DocblockTypeContradiction errorLevel="info" />
|
|
<RedundantConditionGivenDocblockType errorLevel="info" />
|
|
|
|
<UnresolvableInclude errorLevel="info" />
|
|
|
|
<RawObjectIteration errorLevel="info" />
|
|
|
|
<InvalidStringClass errorLevel="info" />
|
|
|
|
<!-- level 4 issues - points to possible deficiencies in logic, higher false-positives -->
|
|
|
|
<MoreSpecificReturnType errorLevel="info" />
|
|
<LessSpecificReturnStatement errorLevel="info" />
|
|
<TypeCoercion errorLevel="info" />
|
|
|
|
<PossiblyFalseArgument errorLevel="info" />
|
|
<PossiblyFalseIterator errorLevel="info" />
|
|
<PossiblyFalseOperand errorLevel="info" />
|
|
<PossiblyFalsePropertyAssignmentValue errorLevel="info" />
|
|
<PossiblyFalseReference errorLevel="info" />
|
|
<PossiblyInvalidArgument errorLevel="info" />
|
|
<PossiblyInvalidArrayAccess errorLevel="info" />
|
|
<PossiblyInvalidArrayAssignment errorLevel="info" />
|
|
<PossiblyInvalidArrayOffset errorLevel="info" />
|
|
<PossiblyInvalidCast errorLevel="info" />
|
|
<PossiblyInvalidFunctionCall errorLevel="info" />
|
|
<PossiblyInvalidIterator errorLevel="info" />
|
|
<PossiblyInvalidMethodCall errorLevel="info" />
|
|
<PossiblyInvalidOperand errorLevel="info" />
|
|
<PossiblyInvalidPropertyAssignment errorLevel="info" />
|
|
<PossiblyInvalidPropertyAssignmentValue errorLevel="info" />
|
|
<PossiblyInvalidPropertyFetch errorLevel="info" />
|
|
<PossiblyNullArgument errorLevel="info" />
|
|
<PossiblyNullArrayAccess errorLevel="info" />
|
|
<PossiblyNullArrayAssignment errorLevel="info" />
|
|
<PossiblyNullArrayOffset errorLevel="info" />
|
|
<PossiblyNullFunctionCall errorLevel="info" />
|
|
<PossiblyNullIterator errorLevel="info" />
|
|
<PossiblyNullOperand errorLevel="info" />
|
|
<PossiblyNullPropertyAssignment errorLevel="info" />
|
|
<PossiblyNullPropertyAssignmentValue errorLevel="info" />
|
|
<PossiblyNullPropertyFetch errorLevel="info" />
|
|
<PossiblyNullReference errorLevel="info" />
|
|
<PossiblyUndefinedGlobalVariable errorLevel="info" />
|
|
<PossiblyUndefinedVariable errorLevel="info" />
|
|
<PossiblyUndefinedArrayOffset errorLevel="info" />
|
|
<PossiblyUndefinedMethod errorLevel="info" />
|
|
|
|
<!-- level 5 issues - should be avoided at mosts costs... -->
|
|
|
|
<ForbiddenCode errorLevel="info" />
|
|
<ImplicitToStringCast errorLevel="info" />
|
|
<InvalidScalarArgument errorLevel="info" />
|
|
<InvalidToString errorLevel="info" />
|
|
<InvalidOperand errorLevel="info" />
|
|
<NoInterfaceProperties errorLevel="info" />
|
|
<TooManyArguments errorLevel="info" />
|
|
<TypeDoesNotContainType errorLevel="info" />
|
|
<TypeDoesNotContainNull errorLevel="info" />
|
|
<MissingDocblockType errorLevel="info" />
|
|
<ImplementedReturnTypeMismatch errorLevel="info" />
|
|
<ImplementedParamTypeMismatch errorLevel="info" />
|
|
|
|
<!-- level 6 issues - really bad things -->
|
|
|
|
<InvalidNullableReturnType errorLevel="info" />
|
|
<NullableReturnStatement errorLevel="info" />
|
|
<InvalidFalsableReturnType errorLevel="info" />
|
|
<FalsableReturnStatement errorLevel="info" />
|
|
|
|
<MoreSpecificImplementedParamType errorLevel="info" />
|
|
<LessSpecificImplementedReturnType errorLevel="info" />
|
|
|
|
<InvalidReturnStatement errorLevel="info" />
|
|
<InvalidReturnType errorLevel="info" />
|
|
<UndefinedThisPropertyAssignment errorLevel="info" />
|
|
<UndefinedInterfaceMethod errorLevel="info" />
|
|
|
|
<!-- level 7 issues - even worse -->
|
|
|
|
<UndefinedThisPropertyAssignment errorLevel="info" />
|
|
<UndefinedPropertyAssignment errorLevel="info" />
|
|
<UndefinedThisPropertyFetch errorLevel="info" />
|
|
<UndefinedPropertyFetch errorLevel="info" />
|
|
|
|
<InvalidReturnStatement errorLevel="info" />
|
|
<InvalidReturnType errorLevel="info" />
|
|
<InvalidArgument errorLevel="info" />
|
|
<InvalidPropertyAssignmentValue errorLevel="info" />
|
|
<InvalidArrayOffset errorLevel="info" />
|
|
<InvalidArrayAssignment errorLevel="info" />
|
|
<InvalidArrayAccess errorLevel="info" />
|
|
<InvalidClone errorLevel="info" />
|
|
|
|
<!-- level 8 issues - some fatal errors in PHP -->
|
|
|
|
<ReservedWord errorLevel="info" />
|
|
<MethodSignatureMismatch errorLevel="info" />
|
|
<OverriddenMethodAccess errorLevel="info" />
|
|
<InaccessibleProperty errorLevel="info" />
|
|
|
|
</issueHandlers>
|
|
</psalm>
|