question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exclude modules from the graph, according to wildcard expressions

See original GitHub issue

Allow ignored regex expressions in layers contract.

As a example y don’t want my *.tests.* modules to be processed.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
kasiumcommented, Aug 7, 2021

Let me give it a try after the weekend. I like the idea

1reaction
seddonymcommented, May 17, 2019

You’ve discovered a bug! I’ve been able to reproduce this and have added it as an issue here: https://github.com/seddonym/import-linter/issues/45

In the meantime, the workaround is just to redeclare the fields explicitly in your custom contract, i.e.

class CustomLayersContract(LayersContract):
    containers = LayersContract.containers
    layers = LayersContract.layers
    ignore_imports = LayersContract.ignore_imports
Read more comments on GitHub >

github_iconTop Results From Across the Web

Include and exclude groups of files with wildcard characters
You can use wildcard characters to include or exclude groups of files. ... A very large include-exclude list can decrease backup performance. Use...
Read more >
Maven and wildcard exclusions - SmartJava
Once in a while I run into the problem where I don't want to exclude a single dependency from a maven dependency, but...
Read more >
Use query parameters to customize responses - Microsoft Graph
Microsoft Graph provides optional query parameters that you can use to specify and control the amount of data returned in a response.
Read more >
Go Modules Reference - The Go Programming Language
Introduction. Modules are how Go manages dependencies. This document is a detailed reference manual for Go's module system. For an introduction to creating ......
Read more >
How to Exclude Gradle Dependencies - Tom Gregory
Option 3) module replacement exclude alternative ... Here's how the exclude syntax looks in the Groovy build.gradle. dependencies {.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found