@@ -201,11 +201,11 @@ The [below section](#supported-rules) gives details on which rules are enabled b
201
201
202
202
:see_no_evil : = ` no-object-orientation ` Ruleset.
203
203
204
- | 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 : |
205
- | ------------------------------------------------------------ | ------------------------------------------------------------------------ | :------------------------------------------------------: | :--------------------------------------: | :----------------------------------------------: | :------: | :---------------: |
206
- | [ ` no-class ` ] ( ./docs/rules/no-class.md ) | Disallow classes | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
207
- | [ ` 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 : |
208
- | [ ` no-this-expression ` ] ( ./docs/rules/no-this-expression.md ) | Disallow ` this ` access | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
204
+ | 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 : |
205
+ | ---------------------------------------------------------- | ------------------------------------------------------------------------ | :------------------------------------------------------: | :--------------------------------------: | :----------------------------------------------: | :------: | :---------------: |
206
+ | [ ` no-class ` ] ( ./docs/rules/no-class.md ) | Disallow classes | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
207
+ | [ ` 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 : |
208
+ | [ ` no-this-expression ` ] ( ./docs/rules/no-this-expression.md ) | Disallow ` this ` access | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | | |
209
209
210
210
### No Statements Rules
211
211
@@ -242,7 +242,7 @@ The [below section](#supported-rules) gives details on which rules are enabled b
242
242
243
243
| 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 : |
244
244
| ---------------------------------------------- | ----------------------- | :------------------------------------------: | :--------------------------------------: | :----------------------------------------------: | :------: | :----------: |
245
- | [ ` prefer-tacit ` ] ( ./docs/rules/prefer-tacit.md ) | Tacit/Point-Free style. | :heavy_check_mark : | | | :wrench : | :blue_heart : |
245
+ | [ ` prefer-tacit ` ] ( ./docs/rules/prefer-tacit.md ) | Tacit/Point-Free style. | :heavy_check_mark : | : heavy_check_mark : | : heavy_check_mark : | :wrench : | :blue_heart : |
246
246
247
247
## Recommended standard rules
248
248
0 commit comments