Git Product home page Git Product logo

Comments (3)

nick-jones avatar nick-jones commented on July 16, 2024 1

Thanks for testing it 👍 I've created a new tag, v0.1.3

from lichen.

nick-jones avatar nick-jones commented on July 16, 2024

Hey,

I've pushed a change to master which I think will cater for this case. I considered the route of adding more exceptions, but I figured in the end it is fairly obvious when a module isn't going to be fetchable. So my change simply avoids attempts to fetch modules where the path looks like a local path. There may be other edge-cases that I've no considered, so I'm definitely not ruling out that idea of making this more configurable - I just figured, keep it simple for now.

With that in mind, lichen should now run against what you've linked to. As you'd expect, it'll flag the fact a license cannot be resolved, so either of the following in configuration can help deal with that:

override:
  - path: "../../"
    licenses: ["Apache-2.0"]

.. or if you don't care to map it to a license, since it's the same codebase:

exceptions:
  unresolvableLicense:
    - path: "../../"

Let me know if that works for you? If so I'll tag a new version.

from lichen.

antoninbas avatar antoninbas commented on July 16, 2024

I tested it and it works for me. Thanks! A new release tag would indeed be appreciated.

from lichen.

Related Issues (13)

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.