Giter Site home page Giter Site logo

Comments (4)

lucasdemarchi avatar lucasdemarchi commented on June 25, 2024

Right now it's not possible. With the following patch it would detect misspellings, but it fixing the word doesn't work. If you find the right regex, I could apply this patch

diff --git a/codespell.py b/codespell.py
index daec448..1fd014f 100755
--- a/codespell.py
+++ b/codespell.py
@@ -390,6 +390,7 @@ def parse_file(filename, colors, summary):
fixed_words = set()
asked_for = set()

  •    line = line.replace('_', ' ')
     for word in rx.findall(line):
         lword = word.lower()
         if lword in misspellings:
    

from codespell.

orbitcowboy avatar orbitcowboy commented on June 25, 2024

Thank you. This patch works perfectly for my needs. Is it possible you apply this patch to mainline, because there is no reason against to always replace all '_' with ' ' before checking.

from codespell.

lucasdemarchi avatar lucasdemarchi commented on June 25, 2024

Sorry, I can't... not until we find a proper solution to have "-w" argument working with that.

from codespell.

orbitcowboy avatar orbitcowboy commented on June 25, 2024

Ok, i understand. Thank you for your help!

from codespell.

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.