Adding linting for consistent coding standards #290
Unanswered
adityakiran1423
asked this question in
Ideas
Replies: 1 comment 8 replies
-
@boulderdaze @montythind @mattldawson @mwaxmonsky do any of you have thoughts on this? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, this discussion is regarding linting, more specifically adding linting to the CI process.
There are a lot of projects going on in C++/C# which has led to contributors involved in both projects using the same conventions in the python codebase.
For example, check issue #286, adding linting will ensure this issue won't occur again.
If we go ahead with adding linting support into the CI process, there are two main options to choose from :
Both of them have their cons and pros, this table provides a good reference (link to adrticle):
Any ideas, questions, suggestions or queries regarding this can be sorted and decided whether linting can be added or not.
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions