ubsuny / 23-Homework4G5

Other
0 stars 5 forks source link

Question on Linting - Need to Automatically Fix Issues? #33

Open WildJimmy opened 12 months ago

WildJimmy commented 12 months ago

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

github-actions[bot] commented 12 months ago

Message that will be displayed on users' first issue

tirthbha commented 12 months ago

@WildJimmy I think we need to sort out each linting error manually. In our case, we are trying to use flake8 as linting. Please share your results with the pylint.

tirthbha commented 12 months ago

@WildJimmy However, we have used pylint for our task. Because flake8 isn't working.