Skip to content

Commit 70afca6

Browse files
MarcoFalkeRandyMcMillan
authored andcommitted
doc: Remove file name section
This is already checked by test/lint/lint-files.py There is no need to reword all linters into the dev notes.
1 parent dcd2349 commit 70afca6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/developer-notes.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,12 +1132,6 @@ Source code organization
11321132
11331133
- *Rationale*: Shorter and simpler header files are easier to read and reduce compile time.
11341134
1135-
- Use only the lowercase alphanumerics (`a-z0-9`), underscore (`_`) and hyphen (`-`) in source code filenames.
1136-
1137-
- *Rationale*: `grep`:ing and auto-completing filenames is easier when using a consistent
1138-
naming pattern. Potential problems when building on case-insensitive filesystems are
1139-
avoided when using only lowercase characters in source code filenames.
1140-
11411135
- Every `.cpp` and `.h` file should `#include` every header file it directly uses classes, functions or other
11421136
definitions from, even if those headers are already included indirectly through other headers.
11431137

0 commit comments

Comments
 (0)