-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add quality_scale.yaml for Fully Kiosk Browser integration (#131071)
* Add quality_scale.yaml for Fully Kiosk Browser integration * Forgot to fill out a couple rules * missed another... * Rebase and update a couple rules
- Loading branch information
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
rules: | ||
# Bronze | ||
config-flow: done | ||
test-before-configure: done | ||
unique-config-entry: done | ||
config-flow-test-coverage: done | ||
runtime-data: done | ||
test-before-setup: done | ||
appropriate-polling: done | ||
entity-unique-id: done | ||
has-entity-name: done | ||
entity-event-setup: done | ||
dependency-transparency: done | ||
action-setup: done | ||
common-modules: done | ||
docs-high-level-description: done | ||
docs-installation-instructions: done | ||
docs-removal-instructions: todo | ||
docs-actions: done | ||
brands: done | ||
|
||
# Silver | ||
config-entry-unloading: done | ||
log-when-unavailable: todo | ||
entity-unavailable: done | ||
action-exceptions: todo | ||
reauthentication-flow: todo | ||
parallel-updates: todo | ||
test-coverage: todo | ||
integration-owner: done | ||
docs-installation-parameters: todo | ||
docs-configuration-parameters: todo | ||
|
||
# Gold | ||
entity-translations: todo | ||
entity-device-class: done | ||
devices: done | ||
entity-category: done | ||
entity-disabled-by-default: done | ||
discovery: done | ||
stale-devices: | ||
status: exempt | ||
comment: Each config entry maps to a single device | ||
diagnostics: done | ||
exception-translations: todo | ||
icon-translations: todo | ||
reconfiguration-flow: todo | ||
dynamic-devices: | ||
status: exempt | ||
comment: Each config entry maps to a single device | ||
discovery-update-info: done | ||
repair-issues: todo | ||
docs-use-cases: todo | ||
docs-supported-devices: todo | ||
docs-supported-functions: done | ||
docs-data-update: todo | ||
docs-known-limitations: done | ||
docs-troubleshooting: todo | ||
docs-examples: done | ||
|
||
# Platinum | ||
async-dependency: todo | ||
inject-websession: done | ||
strict-typing: todo |