@@ -200,11 +200,11 @@ The [below section](#supported-rules) gives details on which rules are enabled b
200
200
201
201
:see_no_evil : = ` no-object-orientation ` Ruleset.
202
202
203
- | Name | Description | <span title =" No Object-Orientation " >:see_no_evil : </span > | <span title =" Lite " >:hear_no_evil : </span > | <span title =" Recommended " >:speak_no_evil : </span > | :wrench : | :blue_heart : |
204
- | ------------------------------------------------------------ | ------------------------------------------------------------------------ | :------------------------------------------------------: | :--------------------------------------: | :----------------------------------------------: | :------: | :---------------: |
205
- | [ ` no-class ` ] ( ./docs/rules/no-class.md ) | Disallow classes | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
206
- | [ ` no-mixed-type ` ] ( ./docs/rules/no-mixed-type.md ) | Restrict types so that only members of the same kind are allowed in them | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | :thought_balloon : |
207
- | [ ` no-this-expression ` ] ( ./docs/rules/no-this-expression.md ) | Disallow ` this ` access | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
203
+ | Name | Description | <span title =" No Object-Orientation " >:see_no_evil : </span > | <span title =" Lite " >:hear_no_evil : </span > | <span title =" Recommended " >:speak_no_evil : </span > | :wrench : | :blue_heart : |
204
+ | ---------------------------------------------------------- | ------------------------------------------------------------------------ | :------------------------------------------------------: | :--------------------------------------: | :----------------------------------------------: | :------: | :---------------: |
205
+ | [ ` no-class ` ] ( ./docs/rules/no-class.md ) | Disallow classes | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
206
+ | [ ` no-mixed-type ` ] ( ./docs/rules/no-mixed-type.md ) | Restrict types so that only members of the same kind are allowed in them | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | :thought_balloon : |
207
+ | [ ` no-this-expression ` ] ( ./docs/rules/no-this-expression.md ) | Disallow ` this ` access | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
208
208
209
209
### No Statements Rules
210
210
@@ -241,7 +241,7 @@ The [below section](#supported-rules) gives details on which rules are enabled b
241
241
242
242
| Name | Description | <span title =" Stylistic " >:see_no_evil : </span > | <span title =" Lite " >:hear_no_evil : </span > | <span title =" Recommended " >:speak_no_evil : </span > | :wrench : | :blue_heart : |
243
243
| ---------------------------------------------- | ----------------------- | :------------------------------------------: | :--------------------------------------: | :----------------------------------------------: | :------: | :----------: |
244
- | [ ` prefer-tacit ` ] ( ./docs/rules/prefer-tacit.md ) | Tacit/Point-Free style. | :heavy_check_mark : | | | :wrench : | :blue_heart : |
244
+ | [ ` prefer-tacit ` ] ( ./docs/rules/prefer-tacit.md ) | Tacit/Point-Free style. | :heavy_check_mark : | : heavy_check_mark : | : heavy_check_mark : | :wrench : | :blue_heart : |
245
245
246
246
## Recommended standard rules
247
247
0 commit comments