Sha256: 90a1252f9866318103c0280e1a3095713891190ca6ca32087fc029ecbe0fd817

Contents?: true

Size: 1.19 KB

Versions: 23

Compression:

Stored size: 1.19 KB

Contents

# Check Title (`<%= class_name %>`)

_Version PLATFORMOS_CHECK_VERSION+_

A short description of what the check does.

A brief paragraph explaining why the check exists (what best practice is it enforcing, and why is it important?).

## Examples

The following examples contain code snippets that either fail or pass this check.

### &#x2717; Fail

```liquid
```

### &#x2713; Pass

```liquid
```

## Options

The following example contains the default configuration for this check:

```yaml
<%= class_name %>:
  enabled: false
  severity: suggestion
  other_option: 10_000
```

| Parameter | Description |
| --- | --- |
| enabled | Whether the check is enabled. |
| severity | The [severity](https://documentation.platformos.com/developer-guide/platformos-check/platformos-check#check-severity) of the check. |
| other_option | A description of the option. |

## Disabling this check

[ This check is safe to disable. You might want to disable this check if ... | Disabling this check isn't recommended because ... ].

[ This check is disabled by default when <condition>. ]

## Resources

- [Rule source][codesource]
- [Documentation source][docsource]

[codesource]: /<%= code_source %>
[docsource]: /<%= doc_source %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
platformos-check-0.4.12 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.11 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.10 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.9 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.8 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.7 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.6 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.5 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.4 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.3 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.2 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.1 docs/checks/TEMPLATE.md.erb
platformos-check-0.4.0 docs/checks/TEMPLATE.md.erb
platformos-check-0.3.3 docs/checks/TEMPLATE.md.erb
platformos-check-0.3.1 docs/checks/TEMPLATE.md.erb
platformos-check-0.3.0 docs/checks/TEMPLATE.md.erb
platformos-check-0.2.2 docs/checks/TEMPLATE.md.erb
platformos-check-0.2.1 docs/checks/TEMPLATE.md.erb
platformos-check-0.2.0 docs/checks/TEMPLATE.md.erb
platformos-check-0.1.0 docs/checks/TEMPLATE.md.erb