Add perltidy support and apply it to the entire codebase #150
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#150
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_perltidy_support"
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 provides no additional test functionality but attempts to bring this repository into agreement with upstream Fedora repository in terms of Perl code quality and consistency with an ultimate goal of making direct comparisons with upstream easier and to improve our code quality.
See the README_perltidy.md file for more details and examples.
How Has This Been Tested?
Per the provided documentation as well as the code in this PR which was run through
pre-commit
the principle of application ofperltidy
and/ortidyall
(viatidy
) has been tested.Ideally all test developers will enable and use
pre-commit
on their local clones though it is possible to usetidy
judiciously either while developing or later to fix commits from naive contributors.Checklist:
On f37 development system checked this PR using perltidy, ./tidy script & tidyall with results as specified in README_perltidy.md
Also ran all tests for package-set, dvd-iso and universal for both 9.1 and 8.7 before the PR#150 changes and all again after the changes with identical results. This indicates that the changes introduced by this PR did not affect the syntactical interpretation of the modified code for these tests and changes were in layout only.
Ran all the flavors for both 8.7 and 9.1 to check for regressions, both against
develop
and this branch. Looks good to me, :shipit: