codeforamerica/intake

View on GitHub
PEP8 fix #486
Molly TM authored 8755e64c
complete00:00:22
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'ratings' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
13
Parser process id: 13
codeclimate-parser socket not present
waiting 1s...
I, [2024-04-06T23:13:37.538387 #1]  INFO -- : Skipping file ./project/services/logging_service.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 32
    *formatted_key_values
    ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:37.665791 #1]  INFO -- : Skipping file formation/form_base.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 17
    def __init__(self, *args, files=None, validate=False,
                                  ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:37.677578 #1]  INFO -- : Skipping file formation/field_types.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 78
    antedecimal, *postdecimal = raw_value.split('.')
                 ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:37.692764 #1]  INFO -- : Skipping file formation/display_form_base.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 8
    def __init__(self, *args, validate=True, skip_validation_parse_only=True,
                                     ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:37.718758 #1]  INFO -- : Skipping file formation/field_base.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 28
    def __init__(self, *args, form=None, required=True, recommended=False,
                                 ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:38.991487 #1]  INFO -- : Skipping file ./intake/services/tags.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 32
    tag_objs = [*existing_tag_objs, *new_tags]
                ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:38.995200 #1]  INFO -- : Skipping file ./intake/services/events_service.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 33
    **mixpanel_applicant_data(applicant),
                                        ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:39.062504 #1]  INFO -- : Skipping file intake/notifications.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 21
    print(*output_if_not_okay)
          ^
SyntaxError: invalid syntax


I, [2024-04-06T23:13:39.077574 #1]  INFO -- : Skipping file ./intake/serializers/fields.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 53
    def __init__(self, *args, tz=PACIFIC_TIME, **kwargs):
                               ^
SyntaxError: invalid syntax
7
radon
radon engine documentation
View output
Running radon3...
8
fixme
fixme engine documentation
9
pep8
pep8 engine documentation
View output
access_audit/helpers.py access_audit/admin.py access_audit/__init__.py access_audit/middleware.py email_csv/views.py email_csv/apps.py email_csv/admin.py email_csv/__init__.py email_csv/urls.py email_csv/tests.py email_csv/models.py clips/views.py clips/templates/ clips/apps.py clips/admin.py clips/__init__.py clips/urls.py clips/models.py favicons/ health_check/__init__.py health_check/urls.py phone/views.py phone/apps.py phone/__init__.py phone/urls.py phone/validators.py templates/ user_accounts/management/ user_accounts/views.py user_accounts/tasks.py user_accounts/templates/ user_accounts/models/ user_accounts/fixtures/ user_accounts/base_views.py user_accounts/admin.py user_accounts/__init__.py user_accounts/exceptions.py user_accounts/serializers/ user_accounts/urls.py user_accounts/forms.py printing/ helper_commands/ project/jinja2.py project/heroku_wsgi.py project/templates/ project/migration_utils.py project/decorators.py project/celery.py project/alerts.py project/__init__.py project/services/ project/wsgi.py project/content.py project/exceptions.py project/urls.py project/fixtures_index.py manage.py formation/fields.py formation/combinable_base.py formation/form_base.py formation/render_base.py formation/field_types.py formation/templates/ formation/base.py formation/display_form_base.py formation/__init__.py formation/exceptions.py formation/field_base.py formation/validators.py formation/forms.py requirements/ partnerships/views.py partnerships/__init__.py partnerships/urls.py partnerships/models.py partnerships/forms.py features/ bin/ .circleci/ intake/permissions.py intake/pdfparser.py intake/example_contexts.py intake/management/ intake/groups.py intake/tasks.py intake/static/ intake/models/ intake/views/ intake/fixtures/ intake/service_objects/ intake/forms/ intake/constants.py intake/apps.py intake/translators/ intake/admin.py intake/__init__.py intake/middleware.py intake/services/ intake/utils.py intake/exceptions.py intake/notifications.py intake/serializers/ intake/urls.py intake/anonymous_names.py intake/validators.py