Code Monkey home page Code Monkey logo

Comments (7)

drahnr avatar drahnr commented on June 5, 2024

Generally, generated files should be put under OUT_DIR, which is excluded in .gitignore which is honoured. If you include files as part of your source tree, imho formatting makes sense. Assuming this is output of your build.rs, adding another line formatting it should work.

Would this be feasible or do you have a different use case?

from cargo-spellcheck.

hanabi1224 avatar hanabi1224 commented on June 5, 2024

Generally, generated files should be put under OUT_DIR

One counter-example is rust-libp2p is moving its protobuf generated files to source tree so that it won't require protoc to compile.

imho formatting makes sense.

It's not a formatting issue, but it has invalid words in its comments that are caught by cargo-spellcheck.

What I would like to have is sth like cargo-spellcheck --ignore [glob] --ignore [glob], just like cargo audit

Let me know if my explanations make sense

from cargo-spellcheck.

drahnr avatar drahnr commented on June 5, 2024

It does make sense.

What do you think about a regex in the config file which could be part of the repository?

from cargo-spellcheck.

hanabi1224 avatar hanabi1224 commented on June 5, 2024

Either way is good for me. Thanks for accepting this feature request!

btw, IMHO glob patterns would be better and easier than regular expressions

from cargo-spellcheck.

jmintb avatar jmintb commented on June 5, 2024

Just bumping this, I have a CSS files with classes that I cannot change which would be nice to ignore.

from cargo-spellcheck.

jmintb avatar jmintb commented on June 5, 2024

Happy to work on this if you think it makes sense for a first time contributor.

from cargo-spellcheck.

jmintb avatar jmintb commented on June 5, 2024

Just bumping this, I have a CSS files with classes that I cannot change which would be nice to ignore.

Sorry I forgot that cargo-spell check is for documentation and comments, it was another tool complaining about the css,

from cargo-spellcheck.

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.