Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying excluded files across all checks #1438

Merged
merged 1 commit into from Aug 11, 2019

Conversation

denisdefreyne
Copy link
Member

@denisdefreyne denisdefreyne commented May 18, 2019

Detailed description

This allows specifying files to exclude across all checks. Previously, each check had its own way to specify files to exclude.

To exclude certain files, list then under the exclude_files property, under the all property of checks, e.g.

checks:
  all:
    exclude_files:
      - bad.html
      - worse.html

To do

  • Tests
  • Documentation
  • Update JSON schema

Related issues

Closes nanoc/features#51.

This allows specifying files to exclude across all checks. Previously, each check had its own way to specify files to exclude.

To exclude certain files, list then under the `exclude_files` property, under the `all` property of `checks`, e.g.

```
checks:
  all:
    exclude_files:
      - bad.html
      - worse.html
```

Closes nanoc/features#51.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify files that check command aren't applied
1 participant