Debounce auto save for rapid config changes #2365
+124
−6
Merged
Annotations
1 error and 13 warnings
|
Run RuboCop
Process completed with exit code 1.
|
|
Run ESLint in pageflow-scrolled:
entry_types/scrolled/package/src/frontend/useScrollPositionLifecycle.js#L1
'useState' is defined but never used.
|
|
Run ESLint in pageflow-scrolled:
entry_types/scrolled/package/spec/frontend/inlineEditing/LinkTooltip-spec.js#L250
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md
|
|
Run ESLint in pageflow package:
package/spec/ui/views/TabsView-spec.js#L2
'within' is defined but never used.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L115
Layout/MultilineMethodCallIndentation: Align `.sites_allowed_for` with `SitePolicy::Scope` on line 113.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L114
Layout/MultilineMethodCallIndentation: Align `.new` with `SitePolicy::Scope` on line 113.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L106
Layout/MultilineMethodCallIndentation: Align `.order` with `AccountPolicy::Scope` on line 103.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L105
Layout/MultilineMethodCallIndentation: Align `.entry_movable` with `AccountPolicy::Scope` on line 103.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L104
Layout/MultilineMethodCallIndentation: Align `.new` with `AccountPolicy::Scope` on line 103.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L55
Layout/MultilineMethodCallIndentation: Align `.order` with `AccountPolicy::Scope.new(current_user, Account)` on line 53.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L54
Layout/MultilineMethodCallIndentation: Align `.member_addable` with `AccountPolicy::Scope.new(current_user, Account)` on line 53.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L47
Layout/MultilineMethodCallIndentation: Align `.order` with `Account` on line 45.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L46
Layout/MultilineMethodCallIndentation: Align `.accessible_by` with `Account` on line 45.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L24
Style/ReduceToHash: Use `to_h { ... }` instead of `each_with_object`.
|
Loading