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.

Can not exclude repo

See original GitHub issue

Describe the bug exclude_repo= doesn’t works

Expected behaviour It seems that at least on forked repos, like this one 😄 it doesn’t work, on The most used languages. Expected to exclude this repo, to display the other repos work.

Additional context include_forks=false doesn’t help either.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

1reaction
rickstaacommented, Jun 12, 2022

@antoninhrlt Thanks for your question. I checked your card and the following Syntax seems to work.

Without exclusions

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt)](https://github.com/anuraghazra/github-readme-stats)

Top Langs

With exclusions

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt&exclude_repo=antoninhrlt.com)](https://github.com/anuraghazra/github-readme-stats)

Top Langs

Syntax used on your profile without exclusions

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt&layout=compact&bg_color=0d1117&hide_title=true&text_color=ffffff&hide_border=true&langs_count=6)](https://github.com/anuraghazra/github-readme-stats)

Top Langs

Syntax used on your profile with exclusions

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt&layout=compact&bg_color=0d1117&hide_title=true&text_color=ffffff&hide_border=true&langs_count=6&hide=php,css,blade&exclude_repo=antoninhrlt.com)](https://github.com/anuraghazra/github-readme-stats)

Top Langs

I hope that helps.

0reactions
Cristishor201commented, Jun 12, 2022

Forked repos aren´t included by default on “Most used languages” as explained in #1255

Ok. But then why I can not exclude this repo ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exclude a specific repo from YUM Update - redhat - Server Fault
I am trying to install the updates from the Redhat Network only. I cannot find the repo name so I am unable to...
Read more >
1949233 – Unable to disable repo not being used any more
2. Go to "Content -> Red Hat Repositories". 3. Click on the "disable" icon for the above repo. Actual results: "Repository not found"...
Read more >
Spring Boot REST · Can't exclude a repository without ...
I finally found it. It seems to be working with exported = false on SaleItemRepository 's @RepositoryRestResource .
Read more >
How to Exclude a Specific Repository for Yum Update in ...
You can use the option –disablerepo=repository-name along with yum update. This will not upgrade the packages that belongs to the given ...
Read more >
Ability to exclude repositories from Cross Repo Policies
Let's say I have a required work-item link on project level and I can make this as optional on one of the repo's...
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