-
-
Notifications
You must be signed in to change notification settings - Fork 11
style: add linting #4
Comments
Hi, how can I contribute for this issue? |
Thanks @rajitha1998 so much for the desire to contribute to this project! We're wanting to create a consistent code styling for this repository so contributing to the project in the future is easier. I can update the issue description to give you a little more context and we can go through it together. Would you like to take this on? 😄 |
yes I would like to take this task :) . can you give more details about this @madiedgar |
Hi @madiedgar I thought of using pylint in-order to lint python files. But for this we need to install this python library. I think we should create a |
Thank you so much for the thoughtfulness in your approach @rajitha1998! I'll look into your pull request and maybe we can find some more solutions 👍 |
looking forward for reviewing my PR. I'm open for any chamges :) @madiedgar |
|
Linting
Being able to have formatted code that is aligned with the style guide will be important in the future. However, this might take additional time to make sure the linters apply to "Legesher" grammar and not just "Python" or "Javascript" grammar.
This quote from stack overflow gives a good explanation of the different attributes we will touch on:
This will eventually need a larger discussion of adopting best coding practices per programming language. Note: this repository already has coffeescript linting and contains coffeescript + python. But for now, let's start with the following:
The text was updated successfully, but these errors were encountered: