)]}'
{".pylintrc":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"2dee13da87eb90d9b6963648bffad0b74b535626","unresolved":true,"context_lines":[{"line_number":19,"context_line":" no-member,"},{"line_number":20,"context_line":" no-method-argument,"},{"line_number":21,"context_line":" no-self-argument,"},{"line_number":22,"context_line":" not-an-iterable,"},{"line_number":23,"context_line":"# \"W\" Warnings for stylistic problems or minor programming issues"},{"line_number":24,"context_line":" abstract-method,"},{"line_number":25,"context_line":" arguments-differ,"}],"source_content_type":"application/octet-stream","patch_set":5,"id":"303b9a3a_f579a6cc","line":22,"updated":"2022-08-31 12:52:08.000000000","message":"instead of changing code for E1120, add here a disable line:\n+ no-value-for-parameter,","commit_id":"98c9dd20cd5ad8f48afe86e063ad2e23e914ea2d"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"2dee13da87eb90d9b6963648bffad0b74b535626","unresolved":true,"context_lines":[{"line_number":120,"context_line":"# _ is used by our localization"},{"line_number":121,"context_line":"additional-builtins\u003d_"},{"line_number":122,"context_line":""},{"line_number":123,"context_line":"[CLASSES]"},{"line_number":124,"context_line":"# List of interface methods to ignore, separated by a comma."},{"line_number":125,"context_line":"ignore-iface-methods\u003d"},{"line_number":126,"context_line":""},{"line_number":127,"context_line":"[IMPORTS]"},{"line_number":128,"context_line":"# Deprecated modules which should not be used, separated by a comma"}],"source_content_type":"application/octet-stream","patch_set":5,"id":"4ae165ca_25395de3","line":125,"range":{"start_line":123,"start_character":0,"end_line":125,"end_character":21},"updated":"2022-08-31 12:52:08.000000000","message":"I see a warning for this line:\n.pylintrc:1:0: E0015: Unrecognized option found: ignore-iface-methods (unrecognized-option)\n\nI think you can remove it.","commit_id":"98c9dd20cd5ad8f48afe86e063ad2e23e914ea2d"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"daabf0a08326bfc217c1a05d90ac7c9718766c66","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"2402ebb1_1638ee4f","updated":"2022-08-31 13:03:41.000000000","message":"there is another patch which solves the issue: https://review.opendev.org/c/openstack/neutron-lib/+/855356","commit_id":"98c9dd20cd5ad8f48afe86e063ad2e23e914ea2d"},{"author":{"_account_id":30380,"name":"ZhouHeng","email":"zhouhenglc@inspur.com","username":"zhouhenglc"},"change_message_id":"8198aa30b6ec2b7d5088b116496d9fc351d4f993","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"af47207c_a3e413d5","in_reply_to":"2402ebb1_1638ee4f","updated":"2022-09-06 02:33:38.000000000","message":"thanks lajos","commit_id":"98c9dd20cd5ad8f48afe86e063ad2e23e914ea2d"}],"neutron_lib/callbacks/registry.py":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"2dee13da87eb90d9b6963648bffad0b74b535626","unresolved":true,"context_lines":[{"line_number":93,"context_line":"            super_new \u003d super(klass, cls).__new__"},{"line_number":94,"context_line":"            if super_new is object.__new__:"},{"line_number":95,"context_line":"                # object.__new__ doesn\u0027t accept args nor kwargs"},{"line_number":96,"context_line":"                instance \u003d object.__new__(cls)"},{"line_number":97,"context_line":"            else:"},{"line_number":98,"context_line":"                instance \u003d super_new(cls, *args, **kwargs)"},{"line_number":99,"context_line":"        else:"}],"source_content_type":"text/x-python","patch_set":5,"id":"164c66b9_f999dc7c","line":96,"range":{"start_line":96,"start_character":16,"end_line":96,"end_character":46},"updated":"2022-08-31 12:52:08.000000000","message":"please don\u0027t change this, if you read the statement in the if (and in the comment) you can see that it is not an accident why we have this here","commit_id":"98c9dd20cd5ad8f48afe86e063ad2e23e914ea2d"}],"neutron_lib/db/resource_extend.py":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"2dee13da87eb90d9b6963648bffad0b74b535626","unresolved":true,"context_lines":[{"line_number":126,"context_line":"            super_new \u003d super(klass, cls).__new__"},{"line_number":127,"context_line":"            if super_new is object.__new__:"},{"line_number":128,"context_line":"                # object.__new__ doesn\u0027t accept args nor kwargs"},{"line_number":129,"context_line":"                instance \u003d object.__new__(cls)"},{"line_number":130,"context_line":"            else:"},{"line_number":131,"context_line":"                instance \u003d super_new(cls, *args, **kwargs)"},{"line_number":132,"context_line":"        else:"}],"source_content_type":"text/x-python","patch_set":5,"id":"d40e607b_0c96d191","line":129,"range":{"start_line":129,"start_character":0,"end_line":129,"end_character":46},"updated":"2022-08-31 12:52:08.000000000","message":"ditto","commit_id":"98c9dd20cd5ad8f48afe86e063ad2e23e914ea2d"}]}
