Skip to content

Refactor test-json script to target only relevant files

Ryan Walder requested to merge ryanw/fuck-json-lint into master

Intent

Refactor test-json script to target only relevant files.

Before it was targeting machine generated files and files in directories we don't care about. This greatly reduced run time.

Run time down from 7 mins to 21 secs.


  • This is meant for a hotfix
  • This is meant for the next release (see milestone)
  • This needs more reviewers than normal; there may be controversy or high complexity
  • This intentionally introduces regressions that will be addressed later
  • There is/will be documentation changes on the wiki
  • Please do not send commits here without coordinating closely with the owner
  • This is a Build System change

Related Issues

Steps to Test

  1. Run ./.gitlab/pipeline_tests/test-json.sh
    • Script does not fail
Edited by Ryan Walder

Merge request reports