You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests currently does not cover checking of invalid json files.
for example JSON files residing inside src/portal/src/i18n/**-lang.json these files need to be lint checked.
Steps to reproduce the problem
Create a PR with invalid json in the i18n folder.
The PR will pass all the checks. eventhough JSON file in malformed.
Steps on Fixing this issue
Implement a lint check (e.g., using a tool like jsonlint or a custom script) to validate all JSON files inside src/portal/src/i18n/.
Ensure that invalid JSON files cause the PR to fail.
Ensure the JSON lint check runs automatically as part of the CI/CD pipeline.
Thanks
The text was updated successfully, but these errors were encountered:
Overview
The tests currently does not cover checking of invalid json files.
for example JSON files residing inside
src/portal/src/i18n/**-lang.json
these files need to be lint checked.Steps to reproduce the problem
Steps on Fixing this issue
jsonlint
or a custom script) to validate all JSON files insidesrc/portal/src/i18n/
.Thanks
The text was updated successfully, but these errors were encountered: