Pylint & ESlint report research status and CSS rules Meeting Minutes
Meeting Info ¶
| Date | 2022-09-08 |
|---|---|
| Topic | Pylint & ESlint report research status synchronization and CSS rules discussion |
| Attendee | Rocky Chi, Selly Huang, Daniel Zhou, Ted Zhao, Jackson Liu, Kevin Qian |
| Note Taker | Daniel Zhou |
| Timer | Ted Zhao |
| Duration | 40 minutes |
Meeting Agenda ¶
- Sync Pylint report research status (if capable) - 5 mins
- Sync ESLint report research status (if capable) - 5 mins
- Discuss on CSS rules - 30 mins
Meeting Minutes ¶
Sync Pylint and ESLint report research status ¶
- Kevin didn't have time to research Pylint report, so he will continue focusing on this task.
- Jackson shared below commands to export ESLint scanning HTML report which can be tables.
eslint -f stylish --config.eslintrc.js --ext .vue,.ts,.js src > results.txt eslint -f table --config.eslintrc.js --ext .vue,.ts,.js src > results.txt eslint -f html --config.eslintrc.js --ext .vue,.ts,.js src > results.txt - Rocky shared some ideas as below: 1. We should generate the HTML lint report in Jenkins build console. 2. We can apply lint scanning in change pipeline as one node. 3. If the lint scanning node has any errors, we should stop going code building node. 4. We just need to show error details on lint scanning node if having any scanning error.
Discuss on CSS rules ¶
- We should add one more rules according to this wiki
Action Items ¶
- Research how to generate the lint scanning HTML report by Jenkins plugin - Jackson.
- Research how to apply lint scanning into change pipeline - Jackson.
- Add one more CSS rules expect for this meeting's CSS rules survey - Jackson.
- Go on researching Pylint report generation - Kevin.
- We must @ next daily tip host after own daily tip share is done.
