ejplatform/ej-conversations

View on GitHub
remove stereotypes #93
fabiomacedomendes authored 1e6f00f8
complete00:00:14
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: 'ratings' has been deprecated, and will not be used
WARNING: unrecognized key 'texclude_paths'
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-13T07:39:25.396765 #1]  INFO -- : Skipping file ./src/ej_conversations/management/commands/createfakeconversations.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 16
    def handle(self, *args, silent=False, **options):
                                 ^
SyntaxError: invalid syntax


I, [2024-04-13T07:39:25.408704 #1]  INFO -- : Skipping file ./src/ej_conversations/mixins.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 16
    self.url_prefix = f'{request.scheme}://{request.get_host()}'
                                                               ^
SyntaxError: invalid syntax


I, [2024-04-13T07:39:25.489191 #1]  INFO -- : Skipping file ./src/ej_conversations/models/category.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 52
    return f'/conversations/{self.slug}/'
                                        ^
SyntaxError: invalid syntax


I, [2024-04-13T07:39:25.489846 #1]  INFO -- : Skipping file ./src/ej_conversations/models/vote.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 7
    f"vote should be one of 'agree', 'disagree' or 'skip', got {value}")
                                                                      ^
SyntaxError: invalid syntax


I, [2024-04-13T07:39:25.501567 #1]  INFO -- : Skipping file ./src/ej_conversations/models/conversation.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 119
    def create_comment(self, author, content, commit=True, *, status=None,
                                                            ^
SyntaxError: invalid syntax


I, [2024-04-13T07:39:25.515614 #1]  INFO -- : Skipping file ./src/ej_conversations/models/comment.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
    raise ValueError(f'invalid status value: {value}')
                                                    ^
SyntaxError: invalid syntax


I, [2024-04-13T07:39:25.680412 #1]  INFO -- : Skipping file manage.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
    ) from exc
         ^
SyntaxError: invalid syntax