Goodcheck
Supported Version | Language | Website |
---|---|---|
1.0.0+ (default: 2.7.0) | Various text | https://sider.github.io/goodcheck |
Goodcheck is a regex-based customizable linter, which has no rules by default. Users can add and manage project-specific rules to their YAML files.
Getting Started
To start using Goodcheck, put config file goodcheck.yml
in your repository.
Visit the pages below for more information about writing rules:
Configuration
Here is an example configuration via sider.yml
:
linter:
goodcheck:
config: lib/goodcheck.yml
target:
- lib
- app
Name | Type | Default |
---|---|---|
root_dir | string | - |
dependencies | string[] , map[] | - |
config | string | - |
target | string , string[] | - |
config
This option allows you to specify a configuration file path for Goodcheck.
target
This option allows you to specify files or directories to analyze.