-
-
Save jonahkagan/6272499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ops)~/dev/clever-agents $ pylint -E * | |
************* Module 51915ae27dc7db552a000019 | |
E:146,20: Undefined variable 'null' (undefined-variable) | |
E:218,15: Undefined variable 'null' (undefined-variable) | |
E:219,18: Undefined variable 'null' (undefined-variable) | |
E:221,12: Undefined variable 'true' (undefined-variable) | |
E:223,19: Undefined variable 'true' (undefined-variable) | |
************* Module Makefile | |
E: 5, 0: invalid syntax (syntax-error) | |
************* Module README | |
E: 3, 0: invalid syntax (syntax-error) | |
************* Module add_ell_stuff | |
E: 1, 0: invalid syntax (syntax-error) | |
************* Module config | |
E:167, 2: An attribute affected in json.encoder line 157 hide this method (method-hidden) | |
E:167, 2: An attribute affected in json.encoder line 157 hide this method (method-hidden) | |
E:167, 2: An attribute affected in json.encoder line 157 hide this method (method-hidden) | |
************* Module crontab | |
E: 2, 0: invalid syntax (syntax-error) | |
************* Module qa_csv_processor_2 | |
E: 1, 0: invalid syntax (syntax-error) | |
************* Module race_for_ia | |
E: 1, 0: invalid syntax (syntax-error) | |
************* Module reset_gearmand | |
E: 3, 0: invalid syntax (syntax-error) | |
************* Module run_all_ic_local | |
E: 1, 0: invalid syntax (syntax-error) | |
************* Module server | |
E: 1, 0: invalid syntax (syntax-error) | |
************* Module test | |
E: 2, 0: invalid syntax (syntax-error) | |
************* Module update_demo_data | |
E: 1, 0: invalid syntax (syntax-error) | |
************* Module workers.helpers | |
E: 22,32: Undefined variable 'sys' (undefined-variable) | |
E: 32,32: Undefined variable 'sys' (undefined-variable) | |
E:177,22: Instance of 'LookupDict' has no 'ok' member (no-member) | |
************* Module workers.upload | |
E: 2, 0: Undefined variable 'a' (undefined-variable) | |
************* Module workers.worker | |
E:106, 4: Too many arguments for logging format string (logging-too-many-args) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment