wso2 / ballerina-vscode

To keep Ballerina VSCode plugin related issues, discussions, etc.
Apache License 2.0
42 stars 20 forks source link

Implement the Ballerina Linter #27

Open prabushi opened 3 years ago

prabushi commented 3 years ago

Issue by prabushi Monday Nov 02, 2020 at 12:15 GMT Originally opened as https://github.com/ballerina-platform/plugin-vscode/issues/86


@NipunaMarcus commented on Wed Feb 05 2020

Description: Linter is a tool that helps the developer identify any style issues and logical issues with the code that the developer wrote. So this is the task to implement a Linter tool for Ballerina language.

Related issues:


@NipunaMarcus commented on Wed Feb 05 2020

This task is currently blocked coz of an issue in the AST generated by the compiler. https://github.com/ballerina-platform/ballerina-lang/issues/20381

rukmal commented 2 years ago

Hi, what is the status on this?