[PATCH i-g-t 0/2] Cleanup indentation on Intel JSON files

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Apr 25 08:49:21 UTC 2024


From: Mauro Carvalho Chehab <mchehab at kernel.org>

Having an uniform notation at the JSON files is a good thing,
as it makes easier to maintain it.

Ensure that all 3 Intel JSON test plan config files are using the
same notation by running:

   cat tests/intel/xe_test_config.json |jq --indent 4 >a && mv a tests/intel/xe_test_config.json
   cat tests/intel/kms_test_config.json |jq --indent 4 >a && mv a tests/intel/kms_test_config.json
   cat tests/intel/i915_test_config.json |jq --indent 4 >a && mv a tests/intel/i915_test_config.json

And then verifying the results, committing the changes that
are worth and ensuring that all 3 files will follow the same
style.

Mauro Carvalho Chehab (2):
  tests/intel/kms_test_config.json: fix indentation
  tests/intel/*.json: remove some uneeded whitespaces

 tests/intel/i915_test_config.json | 4 ++--
 tests/intel/kms_test_config.json  | 8 ++++----
 tests/intel/xe_test_config.json   | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.44.0



More information about the igt-dev mailing list