python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
False positive "This animation should be started with #start()" lint warning
"Missing recycle() calls"
I got a lint warning on previously implemented animations (on ofInt() to be precise) after updating Android Studio to Bumblebee 2021.1.1 Patch 2 from 4.2.1.
What's ...
musclebananas
Votes: 0
Answers: 0
How can I see lint messages in next dev (next.js)
When I use next dev (a command from the next.js library) it would be nice to see the warnings I get when I run next lint as part of the watch/compile/serve "loop". Is this possible?
Var87
Votes: 0
Answers: 1
What is the use of concurrency in run configuration of golangci-lint
I'm adding some linting rules for my Go project with golangci-lint. I'm really confused about the concurrency field in it's run configurations. My understanding is that it will run the linting process...
Sbcp
Votes: 0
Answers: 0
False positive "SharedPreferences.edit() without a corresponding commit() or apply() call" lint warning
I got a lint warning on EVERY (already existing) sharedPreferences.edit() call after updating Android Studio to Bumblebee 2021.1.1 Patch 2 from 4.2.1
What's interesting, is that when I use it like thi...
musclebananas
Votes: 0
Answers: 1