Skip to content

Commit

Permalink
update configuration of platformos-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Jan 3, 2024
1 parent eb75226 commit 2aa434c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ You can adjust the following settings:
| check settings | For each check, set enabled to true or false, set the check severity, set specific ignore files and paths for the check, and configure any other check options. If you created a custom check, then you need to enable it using this method. You can view the default values of check options in the checks reference.|

```yaml
# The directory where theme folders are located
root: dist

# Paths to custom checks
require:
- ./path/to/my_custom_check.rb
- ./path/to/my_custom_check.rb # See https://github.com/Platform-OS/platformos-check/tree/master/lib/platformos_check/checks for inspirations

# Disable a check
TemplateLength:
Expand Down

0 comments on commit 2aa434c

Please sign in to comment.