Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
^https://alcops\.dev

# Add known-flaky or bot-blocking external hosts below as they surface.

# Bot-blocking hosts that 403 lychee's default user-agent from CI (links are valid).
^https://stackoverflow\.com
^https://(www\.)?npmjs\.com
^https://itnext\.io
45 changes: 0 additions & 45 deletions content/docs/analyzers/xx0000.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/docs/getting-started/cicd/azure-devops/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Use auto-detection or an explicit detection source instead.

## ALOps integration

If you use [ALOps](https://marketplace.visualstudio.com/items?itemName=HodorNV.intelli-ship-al-tools) for compilation, add `ALCopsDownloadAnalyzers@1` before the ALOps compile task. Pass the analyzer DLLs via the `al_analyzer` (v1) or `alcodeanalyzer` (v2/v3) parameter. See [Examples](examples/) for working snippets.
If you use [ALOps](https://marketplace.visualstudio.com/items?itemName=Hodor.hodor-alops) for compilation, add `ALCopsDownloadAnalyzers@1` before the ALOps compile task. Pass the analyzer DLLs via the `al_analyzer` (v1) or `alcodeanalyzer` (v2/v3) parameter. See [Examples](examples/) for working snippets.

## Alternative: CLI

Expand Down
2 changes: 1 addition & 1 deletion content/docs/getting-started/cicd/azure-devops/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ALOps v3 in serial mode supports absolute paths, so use the `$(ALCopsDownload.ou

## See also

- [ALOps documentation](https://marketplace.visualstudio.com/items?itemName=HodorNV.intelli-ship-al-tools)
- [ALOps documentation](https://marketplace.visualstudio.com/items?itemName=Hodor.hodor-alops)
- [BcContainerHelper documentation](https://github.com/microsoft/navcontainerhelper)
- [BC Development Tools NuGet package](https://www.nuget.org/packages/Microsoft.Dynamics.BusinessCentral.Development.Tools)
- [Demo repository with all pipelines](https://dev.azure.com/Arthurvdv/ALCops)
Loading