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
Since this is one of our active projects, it should descend from a skeleton repository. Given the monolithic nature of this repository, I think that cisagov/skeleton-generic is the best choice (for now at least). This will get our linting setup installed and help with this repository's health.
However, given the status of the project, I think it needs to be done incrementally. I already let our pre-commit configuration run against Terraform code in #295 , but we will need to get each other group of hooks passing in turn. Since I broke them up by category in cisagov/skeleton-generic#60, I think they should be enabled in PRs by type of file.
Here is a checklist to track progress:
Base pre-commit-hooks
Text file hooks (broken up because of the large work between markdownlint and yamllint)
markdownlint
prettier
yamllint
Shell script hooks
Python hooks
Ansible hooks
Terraform hooks
Docker hooks
The text was updated successfully, but these errors were encountered:
mcdonnnj
added
the
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
label
Dec 17, 2020
🚀 Feature Proposal
Skeletonize this repository by integrating cisagov/skeleton-generic into this repository.
Motivation
Since this is one of our active projects, it should descend from a skeleton repository. Given the monolithic nature of this repository, I think that cisagov/skeleton-generic is the best choice (for now at least). This will get our linting setup installed and help with this repository's health.
However, given the status of the project, I think it needs to be done incrementally. I already let our
pre-commit
configuration run against Terraform code in #295 , but we will need to get each other group of hooks passing in turn. Since I broke them up by category in cisagov/skeleton-generic#60, I think they should be enabled in PRs by type of file.Here is a checklist to track progress:
pre-commit-hooks
markdownlint
andyamllint
)markdownlint
prettier
yamllint
The text was updated successfully, but these errors were encountered: