Giter Club home page Giter Club logo

oida's People

Contributors

dieudonnewillems avatar eirsyl avatar ljodal avatar mariekt avatar orhanhenrik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

suimong

oida's Issues

Support foreign key checking

In addition to pure code imports, we also want to check that no database relations exist between models in different apps.

Option to allow all imports from certain modules

From #17 the need for allowing all imports from a certain module was raised. Ie. a common module with general utilities that are intended to be used everywhere. Maybe we could add an option to pyproject.toml, something like this maybe?

[oida]
allowed_imports = [
    "foo.utils.*",
]

Feedback after testing OIDA in Alma

  • Should it be possible to ignore "non-public" imports from tests.utils and tests.conftest? It's not uncommon to import testing utils from other components, maybe we should support adding some kind of import ignore to better support patterns like that?
  • The core app contains mostly public methods by design. Exposing everything in __init__.py or similar can quickly become messy, how can we make "shared" apps easier to work with?

Warn of non-lazy gettext is used in static code

Provide a warning if any of the non-lazy gettext functions are used outside of functions and methods. Ie

from django.utils.translation import gettext

# This will be translated with the language active when the module is loaded,
# which is probably not what the author intended.
FOO = gettext("test")  # Should use gettext_lazy

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.