-
Notifications
You must be signed in to change notification settings - Fork 0
Board
Rahul edited this page Jun 17, 2023
·
1 revision
SharpLinter wiki
Functionalities
- Validates the incoming script and proceeds to lint only if the input code is a valid C# code snippet.
- Adding a pre-defined indentation to the code blocks.
- Adds missing braces to if/else/while/switch blocks.
TODOs
- Enforce naming convention for identifiers. Pascal casing for classes and methods, camel casing for variables and method parameters, and UPPERCASE for constants.
- White spacing after commas.
- UI