feat(TicketsAgent): column selector #665
lint.yml
on: pull_request
Semantic Commits
16s
ESLint - Reviewdog
46s
Black - Reviewdog
14s
Semgrep Rules
22s
Annotations
2 errors and 4 warnings
Black - Reviewdog:
helpdesk/api/doc.py#L119
[black-format] reported by reviewdog 🐶
Raw Output:
helpdesk/api/doc.py:119:- data = frappe.get_all(
helpdesk/api/doc.py:120:- doctype,
helpdesk/api/doc.py:121:- fields=rows,
helpdesk/api/doc.py:122:- filters=filters,
helpdesk/api/doc.py:123:- order_by=order_by,
helpdesk/api/doc.py:124:- page_length=page_length,
helpdesk/api/doc.py:125:- ) or []
helpdesk/api/doc.py:125:+ data = (
helpdesk/api/doc.py:126:+ frappe.get_all(
helpdesk/api/doc.py:127:+ doctype,
helpdesk/api/doc.py:128:+ fields=rows,
helpdesk/api/doc.py:129:+ filters=filters,
helpdesk/api/doc.py:130:+ order_by=order_by,
helpdesk/api/doc.py:131:+ page_length=page_length,
helpdesk/api/doc.py:132:+ )
helpdesk/api/doc.py:133:+ or []
helpdesk/api/doc.py:134:+ )
|
ESLint - Reviewdog
Process completed with exit code 1.
|
Semantic Commits
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Black - Reviewdog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Semgrep Rules
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ESLint - Reviewdog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|