Giter VIP home page Giter VIP logo

Comments (2)

jdkato avatar jdkato commented on September 26, 2024

The output of ls-dirs just shows the default location; it's not an indication of which path is being used and isn't required to be found if you're using a custom value.

What is the output of vale ls-config?

from vale.

honzik20 avatar honzik20 commented on September 26, 2024
$ vale ls-config
{
  "BlockIgnores": {
    "*.md": [
      "(?sm)^({{[%\u003c] \\w+ [^{]*?\\s[%\u003e]}})\\n$",
      "(?s) *({{\u003c highlight [^\u003e]* ?\u003e}}.*?{{\u003c ?/ ?highlight \u003e}})"
    ]
  },
  "Checks": [
    "Microsoft.HeadingAcronyms",
    "HTA.Present-perfect",
    "Microsoft.Quotes",
    "Microsoft.HeadingAcronyms",
    "HTA.Present-perfect",
    "Microsoft.Quotes"
  ],
  "Formats": {},
  "Asciidoctor": {},
  "FormatToLang": {},
  "GBaseStyles": null,
  "GChecks": {},
  "IgnoredClasses": null,
  "IgnoredScopes": null,
  "MinAlertLevel": 0,
  "Vocab": [
    "HTA"
  ],
  "RuleToLevel": {},
  "SBaseStyles": {
    "*.md": [
      "HTA",
      "Microsoft",
      "Readability"
    ]
  },
  "SChecks": {
    "*.md": {
      "HTA.Present-perfect": false,
      "Microsoft.HeadingAcronyms": false,
      "Microsoft.Quotes": false
    }
  },
  "SkippedScopes": null,
  "Stylesheets": {},
  "TokenIgnores": {
    "*.md": [
      "({{[%\u003c] .* [%\u003e]}}.*?{{[%\u003c] ?/.* [%\u003e]}})",
      "(\\[.+\\]\\({{\u003c .+ \u003e}}\\))",
      "[^\\S\\r\\n]({{[%\u003c] \\w+ .+ [%\u003e]}})\\s",
      "[^\\S\\r\\n]({{[%\u003c](?:/\\*) .* (?:\\*/)[%\u003e]}})\\s"
    ]
  },
  "WordTemplate": "",
  "RootINI": "C:\\Users\\user1/vale.ini",
  "Paths": [
    "C:\\ORG\\STDEV\\vale\\styles"
  ],
  "ConfigFiles": [
    "C:\\ORG\\STDEV\\vale\\vale.ini"
  ],
  "NLPEndpoint": ""
}

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.