Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance ESLint Disable Check and Code Coverage Disable Check with Det…
…ailed Messages (#3007) * feat: add script to check for code coverage disable statements * Add code coverage disable check to GitHub workflows * Formatted code_coverage_disable_check.py to comply with all coding and documentation standards. * add functionality in eslint_disable_check.py to run for mutliple directories * removed unnecessary comment * excluded node_modules from eslint disable check * removed all eslint disable statements and code coverage disable statements * Revert "excluded node_modules from eslint disable check" This reverts commit b575036. * Revert "removed all eslint disable statements and code coverage disable statements" This reverts commit 62d4232. * excluded node_modules from eslint disable check * code-coverage check runs for only changed files * add tj-actions * add tj actions in check code coverage job * Fix GitHub Actions workflow to identify and pass nearest changed directories to Python script * syntax correction * minor fix * minor fix * minor fix * added repo root * fix error * fix error * added support for checking .ts files for eslint-disable statements * added support for checking .ts files for code coverage disable statements * minor change * Remove test files and ensured that python files follow coding standards * fixes bug * fix error * removed eslint disable command from check for linting errors in modified files step * Update code coverage and ESLint disable check workflows to include additional messages --------- Co-authored-by: im-vedant <[email protected]> Co-authored-by: Peter Harrison <[email protected]>
- Loading branch information