Skip to content

Commit

Permalink
Use stock as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Apr 28, 2024
1 parent 2b83d15 commit d20402b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<properties>
<property name="rootNamespaces" type="array">
<element key="src" value="AO"/>
<element key="tests" value="AO\Tests"/>
</property>
<property name="skipDirs" type="array">
<element value="vendor"/>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tests": [
"phpunit -c phpunit.xml",
"phpstan analyse --memory-limit 512M --no-progress --no-ansi -c phpstan.neon",
"phpcs --no-colors --report=checkstyle --standard=style/Nadybot/ruleset.xml -q src tests"
"phpcs --no-colors --report=checkstyle -q src tests"
]
}
}
}

0 comments on commit d20402b

Please sign in to comment.