Skip to content

Commit

Permalink
chore: uses eslint instead of tslint on sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Aug 20, 2024
1 parent 6d06a6f commit dd9bfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# run: npm run test:cov

- name: Linter
run: yarn eslint . --format json --output-file reports/tslint-report.json
run: yarn eslint . --format json --output-file reports/eslint-report.json

- name: Test and coverage
run: yarn jest --coverage
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ sonar.junit.reportPaths=junit.xml
sonar.tests=src
sonar.test.inclusions=**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.test.ts,**/*.test.tsx
sonar.testExecutionReportPaths=reports/sonar-report.xml
sonar.typescript.tslint.reportPaths=reports/tslint-report.json
sonar.typescript.eslint.reportPaths=reports/eslint-report.json

0 comments on commit dd9bfdb

Please sign in to comment.