Skip to content

refactor: rename misc/ to scripts/ for a more descriptive directory name#850

Open
kitsuyui wants to merge 1 commit into
mainfrom
fix/audit-directory-layout-001
Open

refactor: rename misc/ to scripts/ for a more descriptive directory name#850
kitsuyui wants to merge 1 commit into
mainfrom
fix/audit-directory-layout-001

Conversation

@kitsuyui

Copy link
Copy Markdown
Owner

The misc/ directory contained a single shell script (make-lucky.sh) under a generic, non-descriptive name. misc/ conveys no intent about the directory's responsibility, making it harder for contributors to understand where utility scripts live.

This renames the directory to scripts/, which is a conventional location for shell utility scripts and clearly communicates the directory's purpose.

No functional changes — the script itself is unmodified.

@github-actions

Copy link
Copy Markdown

🎉 Happy commit!

@github-actions

Copy link
Copy Markdown

Code Metrics Report

main (8bad195) #850 (6715226) +/-
Coverage 99.2% 99.2% 0.0%
Code to Test Ratio 1:1.3 1:1.3 0.0
Test Execution Time 2s 1s -1s
Details
  |                     | main (8bad195) | #850 (6715226) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          99.2% |          99.2% | 0.0% |
  |   Files             |              5 |              5 |    0 |
  |   Lines             |            134 |            134 |    0 |
  |   Covered           |            133 |            133 |    0 |
  | Code to Test Ratio  |          1:1.3 |          1:1.3 |  0.0 |
  |   Code              |            723 |            723 |    0 |
  |   Test              |            955 |            955 |    0 |
+ | Test Execution Time |             2s |             1s |  -1s |

Reported by octocov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant