Commit 546aac1
committed
refactor(folder_analyzer): simplify docstring for file listing method
This commit refactors the docstring of the 'list_all_files_in_dir' method in the FolderAnalyzerGenHook class. The previous detailed documentation was removed to streamline the code and focus on the essential purpose of the method. This change improves code readability and maintainability by reducing verbosity while still providing a brief overview of the method's functionality. The simplification aligns with best practices for documentation, ensuring that it remains concise and relevant without overwhelming the reader with excessive detail.1 parent f1d5e46 commit 546aac1
1 file changed
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 15 | + | |
30 | 16 | | |
31 | 17 | | |
32 | 18 | | |
| |||
0 commit comments