Skip to content

Commit

Permalink
Renamed: Standardized file naming conventions
Browse files Browse the repository at this point in the history
- Renamed `super-linter.yml` to `super_linter.yml` for consistency.
- Renamed `super-linter.env` to `super_linter.env` to match file naming guidelines.
- Renamed `review-process_template.md` to `review_process_template.md` for uniformity.
- Updated `.gitignore` to include `!super_linter.env`, ensuring it is tracked.

renamed:  .github/review-process_template.md -> .github/review_process_template.md
renamed:  .github/super-linter.env -> .github/super_linter.env
renamed:  .github/workflows/super-linter.yml -> .github/workflows/super_linter.yml
modified: .gitignore
  • Loading branch information
homelab-alpha committed Feb 12, 2025
1 parent 23ae813 commit 9674d5d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ docker-compose.override.yml
## Environment and Configuration Files
.env
stack.env
!super_linter.env

## External Dependencies
composer.lock
Expand Down

0 comments on commit 9674d5d

Please sign in to comment.