You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,13 @@ contribute.
30
30
-[2.7. MUST NOT throw exceptions for validations of user input or flow control](sections/2-language-rules.md#27-must-not-throw-exceptions-for-validations-of-user-input-or-flow-control)
31
31
-[2.8. MUST NOT catch Throwable](sections/2-language-rules.md#28-must-not-catch-throwable-when-catching-exceptions)
32
32
-[2.9. MUST NOT use "null"](sections/2-language-rules.md#29-must-not-use-null)
33
-
-[2.10. MUST NOT use Java's Date or Calendar, instead use Joda-Time or JSR-310](sections/2-language-rules.md#210-must-not-use-javas-date-or-calendar-instead-use-joda-time-or-jsr-310)
34
-
-[2.11. SHOULD NOT use Any or AnyRef or isInstanceOf / asInstanceOf](sections/2-language-rules.md#211-should-not-use-any-or-anyref-or-isinstanceof--asinstanceof)
35
-
-[2.12. MUST serialize dates as either Unix Timestamp or ISO 8601](sections/2-language-rules.md#212-must-serialize-dates-as-either-unix-timestamp-or-as-iso-8601)
36
-
-[2.13. MUST NOT use magic values](sections/2-language-rules.md#213-must-not-use-magic-values)
37
-
-[2.14. SHOULD NOT use "var" as shared state](sections/2-language-rules.md#214-should-not-use-var-as-shared-state)
33
+
-[2.10. MUST NOT use "Option.get"](sections/2-language-rules.md#210-must-not-use-option-get)
34
+
-[2.11. MUST NOT use Java's Date or Calendar, instead use Joda-Time or JSR-310](sections/2-language-rules.md#211-must-not-use-javas-date-or-calendar-instead-use-joda-time-or-jsr-310)
35
+
-[2.12. SHOULD NOT use Any or AnyRef or isInstanceOf / asInstanceOf](sections/2-language-rules.md#212-should-not-use-any-or-anyref-or-isinstanceof--asinstanceof)
36
+
-[2.13. MUST serialize dates as either Unix Timestamp or ISO 8601](sections/2-language-rules.md#213-must-serialize-dates-as-either-unix-timestamp-or-as-iso-8601)
37
+
-[2.14. MUST NOT use magic values](sections/2-language-rules.md#214-must-not-use-magic-values)
38
+
-[2.15. SHOULD NOT use "var" as shared state](sections/2-language-rules.md#215-should-not-use-var-as-shared-state)
39
+
-[2.16. Public functions SHOULD have an explicit return type](sections/2-language-rules.md#216-public-functions-should-have-an-explicit-return-type)
0 commit comments