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

Please add example for .spellcheck.yml #2

Open
antonpatsev opened this issue Jun 9, 2022 · 3 comments
Open

Please add example for .spellcheck.yml #2

antonpatsev opened this issue Jun 9, 2022 · 3 comments

Comments

@antonpatsev
Copy link

antonpatsev commented Jun 9, 2022

Please add example for .spellcheck.yml

@MrHinsh
Copy link

MrHinsh commented Mar 23, 2023

Without a sample its pretty difficult to implement.

Here is a sample from this repo but I have no idea what the options are!

matrix:
- name: Markdown
  sources:
  - '**/*.md'
  default_encoding: utf-8
  aspell:
    lang: en
  dictionary:
    wordlists:
    - wordlist.txt
    encoding: utf-8
  pipeline:
  - pyspelling.filters.markdown:
  - pyspelling.filters.html:
      comments: false
      ignores:
      - code
      - pre

@jonasbn
Copy link

jonasbn commented Jul 11, 2023

Hi @antonpatsev and @MrHinsh

This is the configuration file for pyspelling, the documentation is available here.

@igsekor
Copy link
Owner

igsekor commented Jul 21, 2024

Meanwhile I'll add detailed documentation to the repo as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants