p12tic / cppreference-doc

C++ standard library reference
en.cppreference.com
GNU General Public License v3.0
411 stars 102 forks source link

Preprocess: remove BuySellAds #93

Closed PeterFeicht closed 3 years ago

PeterFeicht commented 3 years ago

So apparently the CI build always uses the newest pylint version, which occasionally introduces new errors and makes a previously successful build fail without any code changes. Do you think it would make sense to pin pylint to a specific version and only upgrade it manually from time to time?

I fixed new errors in preprocessing code, but I'm not familiar enough with Python to tackle the others I'm afraid.

p12tic commented 3 years ago

Thanks!

Do you think it would make sense to pin pylint to a specific version and only upgrade it manually from time to time?

Yes.

I fixed new errors in preprocessing code, but I'm not familiar enough with Python to tackle the others I'm afraid.

OK, I'll fix them separately.