Fixes needle with invalid JSON and adds pre-commit configuration #59
No reviewers
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#59
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue_58"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR adds repairs a needle with invalid JSON and fixes #58. In addition, it adds
pre-commit
configuration to prevent future errors similar in nature.NOTE: The
pre-commit
configuration includes theend-of-file-fixer
hook which will make sure all files end with a newline character. openQA needle editor does not put a newline at the end of needle JSON files. All new needles will be modified to include a newline at the end automatically.Checklist:
Looks good to me, looking forward to getting checked by pre-commit 🙂 👌🏻