xref: /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/README.md
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/
13af6ab5fSopenharmony_ci# Stats calculator for DevEco code linter plugin
23af6ab5fSopenharmony_ci
33af6ab5fSopenharmony_ci## Bootstrap and build
43af6ab5fSopenharmony_ci
53af6ab5fSopenharmony_ci```
63af6ab5fSopenharmony_cinpm install
73af6ab5fSopenharmony_ci```
83af6ab5fSopenharmony_ci
93af6ab5fSopenharmony_ci## Run
103af6ab5fSopenharmony_ci
113af6ab5fSopenharmony_ci```
123af6ab5fSopenharmony_cinode ./build/calculate-stats.js /path/to/report/file.json
133af6ab5fSopenharmony_ci```
143af6ab5fSopenharmony_ci
153af6ab5fSopenharmony_ciThe file with the report is stored in the project's directory under the following path:
163af6ab5fSopenharmony_ci`<PROJECT_ROOT_DIR>/.idea/code-linter/eslintAgent/output.json`
17

Indexes created Thu Nov 07 10:32:03 CST 2024