Coder Social home page Coder Social logo

Comments (3)

jdkato avatar jdkato commented on August 17, 2024

As you suspected, there's currently no way to do this without writing a more generic message (e.g., something like Prefer '<keyword>-block' over 'if block', where "if block" is the match).

And while I think it would be a nice addition, the issue is that the individual swap rules are currently converted into a single pattern (for performance reasons) under the hood. This makes it more difficult to keep track of what capture group \1 actually refers to.

That said, message customization is definitely something that I'd like to improve—it's just a matter of finding a balance between usability and performance (especially since rule evaluation is very much a "hot path" task).

from vale.

abingham avatar abingham commented on August 17, 2024

OK, I figured there were good reasons for the current state. What I've done is to write a Python script that generates the rules, and this seems to work well.

Though on that note: what about letting users express rules in Python (or ruby or whatever...any proper programming language)? These scripts could sit right next to the existing yaml files, and Vale could run those to compile the yaml rules. I'm not necessarily recommending this, esp. as I think my use-case is pretty rare, but it might be a useful "power tool" for some users.

I'll go ahead and close this. Thanks for the quick response!

from vale.

jdkato avatar jdkato commented on August 17, 2024

Supporting external scripts has actually been a goal of mine since the start. In fact, there was unofficial support for this until v0.5.0 using the following extension style:

extends: script		
scope: text		
runtime: node		
exe: check_spelling.js 

where check_spelling.js was, for example, a Node.js script that called Atom's SpellChecker module. There are a number of details that I need to iron out, but it's definitely in the works.

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.