Skip to content

Commit

Permalink
Improve configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-tech committed Jul 29, 2024
1 parent 1f06685 commit e75525f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset
name="HBPro 2.0 coding standard"
name="Coding standard"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
Expand Down
3 changes: 1 addition & 2 deletions phpmd.xml.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<ruleset name="HBPro 2.0 ruleset"
<ruleset name="Ruleset"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd"
>

<description>The ruleset for pdepend-summary-formatter.</description>

<rule ref="rulesets/codesize.xml" />
Expand Down
1 change: 0 additions & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
findUnusedBaselineEntry="true"
findUnusedCode="false"
>

<projectFiles>
<directory name="bin"/>
<directory name="src"/>
Expand Down

0 comments on commit e75525f

Please sign in to comment.