Giter VIP home page Giter VIP logo

Comments (4)

iilyak avatar iilyak commented on May 26, 2024

This has been tested with the following

# We ignore the following
# - frontmatter like blocks (we cannot check if it is at the begining of the file)
# - codeblocks inside "```"
BlockIgnores = '(?s) *(^---$.*?^---$)',\
    '(?s) *(```.*?```)'

The strange thing is that TokenIgnores has the opposite behaviour. It doesn't work with single quotes and does work when there is not quote.

The following works

# We ignore the following
# - {{ ... }}
# - {: ... }
TokenIgnores = (\{\{[^\n$]+\}\}),\
    (\{:[^\n$]+\})

from vale.

jdillard avatar jdillard commented on May 26, 2024

I have a feeling the space that is in BlockIgnores, but not in TokenIgnores, might have some effect. I feel this unknown should be tested further and resolved before the docs are updated.

Also, possibly (un)related, if you add BlockIgnores and TokenIgnores to your config, they don't seem to show up in vale ls-config:

{
  "BlockIgnores": {},
  [...]
  "TokenIgnores": {},
  "WordTemplate": "",
  "DictionaryPath": "",
  "NLPEndpoint": ""
}

from vale.

jdkato avatar jdkato commented on May 26, 2024

I can't reproduce either of these issues (quoting or ls-config).

BlockIgnores = '(?s) *(^---$.*?^---$)',\
    '(?s) *(```.*?```)'

Both of these blocks (front matter and "```"-delimited code) are ignored by default.

from vale.

jdillard avatar jdillard commented on May 26, 2024

heh, I accidentally put the format-specific settings in the core settings area 🤦

I don't know if there is config validation, but it might be worth checking if there are format-specific settings in the core area to prevent foot shooting.

from vale.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.