Update dependency ember-source to v5 #54
ci.yml
on: pull_request
lint javascript
1m 26s
lint ember templates
1m 12s
test bundlesize
2m 19s
test CSP in .htaccess
1m 14s
test against Chrome
2m 20s
test against Firefox
2m 20s
test against additional browser in BrowserStack
2m 15s
Matrix: Test php backend
Annotations
3 errors and 10 warnings
test against additional browser in BrowserStack
Process completed with exit code 1.
|
test against Chrome
Process completed with exit code 1.
|
test against Firefox
Process completed with exit code 1.
|
lint javascript:
app/controllers/create.js#L56
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/controllers/create/settings.js#L101
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/controllers/create/settings.js#L129
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/controllers/create/settings.js#L130
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/controllers/poll.js#L86
Don't use observers
|
lint javascript:
app/controllers/poll.js#L98
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/models/option.js#L61
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/models/option.js#L69
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
lint javascript:
app/routes/create.js#L40
Do not access controller in route outside of setupController/resetController
|
lint javascript:
app/routes/create.js#L45
Do not access controller in route outside of setupController/resetController
|