DEV: Refactor to separate files, and remove broken widget reopen #20
discourse-theme.yml
on: pull_request
ci
/
check_for_tests
3s
ci
/
linting
52s
Matrix: ci / test
Annotations
10 errors and 3 warnings
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L1
Ambiguous path 'categories' is not allowed. Use '@categories' if it is a named argument or 'this.categories' 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: ['categories'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L2
Ambiguous path 'filteredCategories' is not allowed. Use '@filteredCategories' if it is a named argument or 'this.filteredCategories' 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: ['filteredCategories'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L4
Ambiguous path 'showTopics' is not allowed. Use '@showTopics' if it is a named argument or 'this.showTopics' 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: ['showTopics'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L7
Ambiguous path 'categories' is not allowed. Use '@categories' if it is a named argument or 'this.categories' 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: ['categories'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L8
Ambiguous path 'showTopics' is not allowed. Use '@showTopics' if it is a named argument or 'this.showTopics' 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: ['showTopics'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L13
Ambiguous path 'mutedCategories' is not allowed. Use '@mutedCategories' if it is a named argument or 'this.mutedCategories' 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: ['mutedCategories'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L17
Ambiguous path 'mutedToggleIcon' is not allowed. Use '@mutedToggleIcon' if it is a named argument or 'this.mutedToggleIcon' 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: ['mutedToggleIcon'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L18
Ambiguous path 'mutedToggleIcon' is not allowed. Use '@mutedToggleIcon' if it is a named argument or 'this.mutedToggleIcon' 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: ['mutedToggleIcon'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L23
Ambiguous path 'showTopics' is not allowed. Use '@showTopics' if it is a named argument or 'this.showTopics' 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: ['showTopics'] }.
|
ci / linting:
javascripts/discourse/templates/components/categories-only.hbs#L24
Ambiguous path 'showMutedCategories' is not allowed. Use '@showMutedCategories' if it is a named argument or 'this.showMutedCategories' 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: ['showMutedCategories'] }.
|
ci / check_for_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / rspec_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|