Skip to content

feat(TicketsAgent): column selector #665

feat(TicketsAgent): column selector

feat(TicketsAgent): column selector #665

Triggered via pull request February 22, 2024 09:07
Status Failure
Total duration 57s
Artifacts

lint.yml

on: pull_request
Semantic Commits
16s
Semantic Commits
ESLint - Reviewdog
46s
ESLint - Reviewdog
Black - Reviewdog
14s
Black - Reviewdog
Semgrep Rules
22s
Semgrep Rules
Fit to window
Zoom out
Zoom in

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/.