mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
1.6 KiB
JSON
1 line
1.6 KiB
JSON
[{"user_id": 1822, "stars": [{"date_created": 1302546846.8142731, "user_id": 1284}], "topic_id": 18620, "date_created": 1302543478.3011129, "message": "I'm not a pep8 zealot, but I'd like to work on being a little better. The output from pylint is just too much - can anyone share what they find to be a reasonable config for toning it down a bit? I'm using the pylint vim plugin.", "group_id": 292, "id": 626847}, {"user_id": 2588, "stars": [{"date_created": 1302551441.226748, "user_id": 1822}, {"date_created": 1302688601.399024, "user_id": 6415}], "topic_id": 18620, "date_created": 1302551038.076045, "message": "Here's what we use: https://github.com/lincolnloop/django-startproject/blob/master/django_startproject/project_template/.pylintrc", "group_id": 292, "id": 628456}, {"user_id": 2588, "stars": [], "topic_id": 18620, "date_created": 1302551075.328223, "message": "It's customized for Django projects though", "group_id": 292, "id": 628469}, {"user_id": 2588, "stars": [], "topic_id": 18620, "date_created": 1302551247.9811261, "message": "Tested in vim with pylint: several hundred line Django views file w/o pylintrc = 75 (inconsequential) warnings, with this pylintrc = 0 warnings. YMMV", "group_id": 292, "id": 628501}, {"user_id": 19880, "stars": [], "topic_id": 18620, "date_created": 1302611796.891937, "message": "Also, don't forget pyflakes. It catches some other sets of errors.", "group_id": 292, "id": 641492}, {"user_id": 1822, "stars": [], "topic_id": 18620, "date_created": 1302614163.1018701, "message": "I use pyflakes in vim mostly for it's realtime error highlighting. Which is awesome.", "group_id": 292, "id": 642082}] |