Skip to content

Commit fa6623d

Browse files
author
MarcoFalke
committed
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 7777fb8 commit fa6623d

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
@@ -1133,12 +1133,6 @@ Source code organization
11331133
11341134
- *Rationale*: Shorter and simpler header files are easier to read and reduce compile time.
11351135
1136-
- Use only the lowercase alphanumerics (`a-z0-9`), underscore (`_`) and hyphen (`-`) in source code filenames.
1137-
1138-
- *Rationale*: `grep`:ing and auto-completing filenames is easier when using a consistent
1139-
naming pattern. Potential problems when building on case-insensitive filesystems are
1140-
avoided when using only lowercase characters in source code filenames.
1141-
11421136
- Every `.cpp` and `.h` file should `#include` every header file it directly uses classes, functions or other
11431137
definitions from, even if those headers are already included indirectly through other headers.
11441138

0 commit comments

Comments
 (0)