GithubHelp home page GithubHelp logo

Urlchecker doesn't clean previous configuration. Got `file types: ['.md', '.py']` without adding such pattern about urlchecker-python HOT 5 CLOSED

urlstechie avatar urlstechie commented on September 15, 2024
Urlchecker doesn't clean previous configuration. Got `file types: ['.md', '.py']` without adding such pattern

from urlchecker-python.

Comments (5)

SuperKogito avatar SuperKogito commented on September 15, 2024

can you please explain what do you mean with "clean previous configuration" or include the error in the the issue? I am not sure I follow.

from urlchecker-python.

sturivny avatar sturivny commented on September 15, 2024

I've played with the urlchecker and run the command with --file-types "*.md,*.py" key
Then I run:

urlchecker check . --timeout 60 --retry-count 5 --files "content/docs/hacking/contributing/documentation/index.md"

without the --file-types key and got: file types: ['.md', '.py'] in the output

from urlchecker-python.

SuperKogito avatar SuperKogito commented on September 15, 2024

That's not a bug. Just a coincidence I guess. As you can see here:

self.file_types = file_types or [".py", ".md"]

The default value of file types is ['.md', '.py'], that's why you keep seeing that when you don't specify a value for it. If you want to include a different type or all types you will have to change the value file types. Please check out the README for more examples on that.

from urlchecker-python.

vsoch avatar vsoch commented on September 15, 2024

And @sturivny for some of these, I think we are seeing "no errors" but actually the last message is that there is an error with the workers, so there is a bug somewhere!

from urlchecker-python.

sturivny avatar sturivny commented on September 15, 2024

@vsoch Yep, you are right and looks like it has a fix: #82

from urlchecker-python.

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.