FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
swe-webapp/fixCodeStyle.sh at develop · RedRoundRobin/swe-webapp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
RedRoundRobin
/
swe-webapp
Public archive
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
swe-webapp
/
fixCodeStyle.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
15 lines (12 loc) · 517 Bytes
Breadcrumbs
swe-webapp
/
fixCodeStyle.sh
Copy path
File metadata and controls
executable file
·
15 lines (12 loc) · 517 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!
/bin/bash
echo
'
___ __ ___ __ ___ __ _
/ _ \___ ___/ / / _ \___ __ _____ ___/ / / _ \___ / / (_)__
/ , _/ -_) _ / / , _/ _ \/ // / _ \/ _ / / , _/ _ \/ _ \/ / _ \
/_/|_|\__/\_,_/ /_/|_|\___/\_,_/_//_/\_,_/ /_/|_|\___/_.__/_/_//_/
'
echo
'
Fixing code style
'
npm run prettier-eslint
npm run prettier-eslint-test
vendor/bin/phpcbf -n
vendor/bin/php-cs-fixer fix --config=.php_cs.php --diff -vvv
Back
|
FazBrowse Home
|
New Git URL