Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/2] Cleanup indentation on Intel JSON files
@ 2024-04-25  8:49 Mauro Carvalho Chehab
  2024-04-25  8:49 ` [PATCH i-g-t 1/2] tests/intel/kms_test_config.json: fix indentation Mauro Carvalho Chehab
  2024-04-25  8:49 ` [PATCH i-g-t 2/2] tests/intel/*.json: remove some uneeded whitespaces Mauro Carvalho Chehab
  0 siblings, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2024-04-25  8:49 UTC (permalink / raw)
  To: igt-dev

From: Mauro Carvalho Chehab <mchehab@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-25 10:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25  8:49 [PATCH i-g-t 0/2] Cleanup indentation on Intel JSON files Mauro Carvalho Chehab
2024-04-25  8:49 ` [PATCH i-g-t 1/2] tests/intel/kms_test_config.json: fix indentation Mauro Carvalho Chehab
2024-04-25 10:01   ` Kamil Konieczny
2024-04-25  8:49 ` [PATCH i-g-t 2/2] tests/intel/*.json: remove some uneeded whitespaces Mauro Carvalho Chehab
2024-04-25 10:02   ` Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox