Open WildJimmy opened 1 year ago
Bravo! You've created your first issue
Someone in my group raised this question, but I wanted to ask other groups. Does the linting action have to fix the issues raised by the linter, or should we be doing that manually? I know there are some linters that do both as mentioned in class, but since we're sticking with pylint I'm not sure if we should implement another action that does this
Yea. there is an online linting tool as mentioned by the professor which automatically corrects our code. But linting via GitHub actions only gives us the output as a suggestion and we manually fix it.
For git hub actions, we are supposed to work on linting suggestions manually.
nope
Someone in my group raised this question, but I wanted to ask other groups. Does the linting action have to fix the issues raised by the linter, or should we be doing that manually? I know there are some linters that do both as mentioned in class, but since we're sticking with pylint I'm not sure if we should implement another action that does this
Yea. there is an online linting tool as mentioned by the professor which automatically corrects our code. But linting via GitHub actions only gives us the output as a suggestion and we manually fix it.
Right
Someone in my group raised this question, but I wanted to ask other groups. Does the linting action have to fix the issues raised by the linter, or should we be doing that manually? I know there are some linters that do both as mentioned in class, but since we're sticking with pylint I'm not sure if we should implement another action that does this