Skip to content

Commit

Permalink
avoid unnecessary words in cspell ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
gwdawson committed Jan 26, 2024
1 parent 8d2217b commit affd6c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Before signing a plugin for the first time please consult the Grafana [plugin si

1. Create a [Grafana Cloud account](https://grafana.com/signup).
2. Make sure that the first part of the plugin ID matches the slug of your Grafana Cloud account.
- _You can find the plugin ID in the `plugin.json` file inside your plugin directory. For example, if your account slug is `acmecorp`, you need to prefix the plugin ID with `acmecorp-`._
- _You can find the plugin ID in the `plugin.json` file inside your plugin directory. For example, if your account slug is `grafana`, you need to prefix the plugin ID with `grafana-`._
3. Create a Grafana Cloud API key with the `PluginPublisher` role.
4. Keep a record of this API key as it will be required for signing a plugin

Expand Down
2 changes: 1 addition & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
// ignore single line imports
"import\\s*.*\".*?\""
],
"words": ["acmecorp", "datasource", "datasources", "grafana", "instancemgmt", "polystat", "volkovlabs", "yugabyte"]
"words": ["datasource", "grafana", "instancemgmt", "yugabyte"]
}
3 changes: 0 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Yugabyte datasource plugin for grafana
**BEFORE YOU BEGIN**
- Ensure all links are absolute URLs so that they will work when the README is displayed within Grafana and Grafana.com
- Be inspired ✨
- [grafana-polystat-panel](https://github.com/grafana/grafana-polystat-panel)
- [volkovlabs-variable-panel](https://github.com/volkovlabs/volkovlabs-variable-panel)
**ADD SOME BADGES**
Expand Down

0 comments on commit affd6c2

Please sign in to comment.