Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1842466
lint.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
383 B
Referenced Files
None
Subscribers
None
lint.sh
View Options
#!/bin/bash
set
-e
sudo cp -a /src/kolab.orig /src/kolab
sudo chmod
777
-R /src/kolab
cd
/src/kolab/src
sudo rm -rf vendor/ composer.lock
php -dmemory_limit
=
-1
$(
command
-v composer
)
install
sudo rm -rf node_modules
mkdir node_modules
npm install
php -dmemory_limit
=
500M
\
vendor/bin/phpcs
\
-s
php -dmemory_limit
=
500M
\
vendor/bin/phpstan
\
analyse
npm run lint
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Aug 25, 10:09 PM (2 m, 33 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235115
Default Alt Text
lint.sh (383 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment