Giter Site home page Giter Site logo

Comments (2)

nodiscc avatar nodiscc commented on July 18, 2024

I agree that some projects (unmaintained but simple enough and still working, e.g awesome-selfhosted/awesome-selfhosted#4120) should benefit from a longer "grace period" during which the awesome-lint job does not list them in the unmaintained projects report.

This mechanism/"ignore list" should be implemented in https://github.com/nodiscc/hecat/. The question remains, of how we would expect the configuration of such an "ignore"/grace period to look like in the module configuration

I don't think we want to permanently add a project to this ignore list, since it would be good to be reminded to revisit them after a while. So a simple ignore_list: ['project1', 'project2', 'writing' ] might not do the trick.

It may be more appropriate to use a dictionary like

grace_periods: # do not issue warning or errors for projects listed here (source_code_url), until the specified date
  - url: https://github.com/josephernest/writing # working despite no updates, https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/72
    until: 2024-08-22
  - url: https://github.com/another/project
    until: 2023-12-31

Other ideas welcome

from awesome-selfhosted-data.

Ki-er avatar Ki-er commented on July 18, 2024

The grace period would be a better idea long term, hence so that they are checked upon and can be extended again if working and removed if not. The dictionary would be a good layout, and easy to contribute to as well.

I wonder if it is possible to put the dictionary in another file and refer to it, so that the list doesn't grow to be unwieldy.

from awesome-selfhosted-data.

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.