Rules
Configurable rules available in Wist.
Name | Description | Since |
---|---|---|
Function names must be declared using camelCasing |
1.0.0 |
|
Array elements must be delimited by a comma |
1.0.0 |
|
Functions that declare a type must return a value |
1.0.0 |
|
Functions that declare a type must return a value |
1.0.0 |
|
Associative array keys must not collide with global function names |
2.0.0 |
|
Disallows types in arguments |
2.0.0 |
|
Array elements must NOT be delimited by a comma |
1.0.0 |
|
Disallow |
1.0.0 |
|
Disallow functions with |
1.0.0 |
|
Disallow |
1.0.0 |
|
Disallow shorthand print statements using |
2.0.0 |
|
Disallow |
1.0.0 |
|
Disallow functions with |
1.0.0 |
|
Print concatenation must be done with a semicolon. |
2.0.0 |