chore: add trailing newlines to 7 files for POSIX compliance#11765
chore: add trailing newlines to 7 files for POSIX compliance#11765janderik wants to merge 1 commit into
Conversation
Files affected: - contrib/k8s/helm/prowler-app/templates/api/configmap.yaml - contrib/k8s/helm/prowler-app/templates/api/role.yaml - prowler/compliance/aws/cis_7.0_aws.json - prowler/compliance/m365/cis_7.0_m365.json - prowler/providers/aws/aws_regions_by_service.json - tests/providers/aws/aws_regions_by_service.json - tests/providers/nhn/lib/mutelist/fixtures/nhn_mutelist.yaml
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR contains small, unrelated edits: a whitespace trim adjustment in a Helm ConfigMap template, addition of a namespace field to a ClusterRoleBinding subject, end-of-file formatting fixes in two AWS regions JSON files, and an added resource entry in an NHN mutelist test fixture. ChangesHelm Template Updates
Data File Updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Description
This PR adds missing trailing newlines to 7 files to ensure POSIX compliance. A file not ending with a newline is considered a broken or corrupted file by POSIX standards, and many tools (diff, cat, sed, awk, etc.) behave unexpectedly on such files.
This change is purely cosmetic and has no functional impact.
Files changed
Summary by CodeRabbit
Bug Fixes
Tests