File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - run : pip install codespell
1919 - run : codespell --count --ignore-words=Misc/codespell/words.ignore
2020 NEWS README.md README.txt LICENSE.txt Misc/INDEX Misc/codespell/README
21- Doc InternalDocs ProcessDocs
21+ InternalDocs ProcessDocs
2222
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ and then the value of your excellent work is lost.
3434
35351 . Javadoc on any publicly exposed method or field.
36362 . 4 spaces for indentation, no tabs.
37- 3 . No nested ternary statements (no ternary statments inside other ternaries).
37+ 3 . No nested ternary statements (no ternary statements inside other ternaries).
38384 . A luxurious 100 characters per line.
39395 . No copy and pasted, repeated code:
4040 if you're doing the same thing twice, make a method.
You can’t perform that action at this time.
0 commit comments