python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Pylint gives warnings for centralised imports
In a python project I would like to globber imports into a single file called common_imports.py in order to reduce number of import statements in python files.
Instead of writing
file1.py
import foo
...
avans
Votes: 0
Answers: 1
vs code phpcs only works sometimes
Sometimes I open a php file in VS Code and no linting occurs until I open the linting console from the bottom, switch over to the terminal pane where a dialog shows up that asks me if I trust the auth...

ubsd
Votes: 0
Answers: 0
What does "pass various linters like flake8" mean?
Regarding a Python project: "We want to pass various linters like flake8. I don't expect this to be an issue, but I'll have it in my back-pocket if the customer challenges anything."
Clarifi...

ScotterMonkey
Votes: 0
Answers: 1