mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-19 03:31:44 +00:00
Add script to run static analysis checks
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${SCRIPT_DIR}"
|
||||
|
||||
# Run commands from the project root directory.
|
||||
cd ..
|
||||
|
||||
set -x
|
||||
|
||||
vendor/bin/psalm --config="tests/psalm.xml"
|
||||
Reference in New Issue
Block a user