Skip to content

feat: add ember-can for visibility rules #1309

feat: add ember-can for visibility rules

feat: add ember-can for visibility rules #1309

Triggered via pull request September 27, 2023 14:44
Status Failure
Total duration 1m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: Lint
Tests
0s
Tests
Floating Tests
0s
Floating Tests
Matrix: Compatibility Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint (hbs): addon/components/document-upload-button.hbs#L14
Ambiguous path 'can' is not allowed. Use '@can' if it is a named argument or 'this.can' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['can'] }.
Lint (hbs): addon/components/document-upload-button.hbs#L26
Ambiguous path 'can' is not allowed. Use '@can' if it is a named argument or 'this.can' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['can'] }.
Lint (hbs): addon/components/document-upload-button.hbs#L47
Ambiguous path 'can' is not allowed. Use '@can' if it is a named argument or 'this.can' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['can'] }.
Lint (hbs)
Process completed with exit code 1.
Lint (css)
The job was canceled because "hbs" failed.
Lint (css)
The operation was canceled.
Lint (js)
The job was canceled because "hbs" failed.
Lint (js)
The operation was canceled.