Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TunahanGuler committed Jan 10, 2025
1 parent 029c114 commit 34f7fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from .azure_devops import AZURE_DEVOPS
from .bandit import BANDIT
from .bitbucket import BITBUCKET
from .calendar import CALENDAR
from .calendar_date import CALENDAR
from .cargo_audit import CARGO_AUDIT
from .cloc import CLOC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
url=HttpUrl("https://bitbucket.org/product/guides/getting-started/overview#a-brief-overview-of-bitbucket/"),
documentation={
"generic": """```{note}
The pagination for the Bitbucket collector has not yet been implemented,
and the current limit for retrieving branches for the inactive branches metric using the API is set to 100.
The pagination for the Bitbucket collector has not yet been implemented,\
and the current limit for retrieving branches for the inactive branches metric using the API is set to 100.\
Pagination will be implemented in a future update.
```""",
},
Expand Down

0 comments on commit 34f7fe2

Please sign in to comment.