forked from microsoft/code-with-engineering-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
linkcheck.json
executable file
·77 lines (77 loc) · 4.09 KB
/
linkcheck.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"exclude_links": [
"http://127.0.0.1:10000",
"http://127.0.0.1:10001",
"http://127.0.0.1:10000/devstoreaccount1",
"http://link-to-feature-or-story-work-item",
"https://servicename.net",
"https://ghcr.io/",
"http://link-to-work-item",
"./link-to-the-work-item",
"http://link-to-story-work-item",
"ftp://ftp.software.ibm.com/software/rational/info/do-more/RAW14109USEN.pdf",
"http://link-to-task-work-item",
"https://fast.design",
"https://www.linkedin.com/pulse",
"https://www.linkedin.com/pulse",
"https://xref.learn.microsoft.com/query?uid=",
"http://www.techoism.com/how-to-install-git-bash-on-windows/",
"https://github.com/koalaman/shellcheck/releases/",
"https://plainenglish.co.uk/how-to-write-in-plain-english.html",
"https://github.com/wata727/tflint",
"https://www.softwaretestinghelp.com/what-is-integration-testing/",
"https://blog.cloudflare.com/cloudflare-outage/",
"https://www.researchgate.net/publication/301839557_The_landscape_of_software_failure_cause_models",
"https://static1.smartbear.co/smartbear/media/pdfs/best-kept-secrets-of-peer-code-review_redirected.pdf",
"https://opensource.org/licenses/MIT",
"https://datasciencevademecum.com/2015/11/10/agile-data-science-iteration-0-the-hypothesis-driven-analysis",
"https://pkg-containers.githubusercontent.com/",
"https://github.com/username/repo-name",
"https://machinelearningmastery.com/how-to-get-baseline-results-and-why-they-matter/",
"https://www.perfecto.io/",
"https://learn.microsoft.com/something/somethingelse",
"https://thenewstack.io/which-programming-languages-use-the-least-electricity/",
"https://www.mend.io/",
"https://github.com/dotnet/runtime/blob/main/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs",
"https://aka.ms/presidio-demo",
"https://code.visualstudio.com/docs/remote/codespaces",
"https://code.visualstudio.com/learn/collaboration/live-share",
"https://code.visualstudio.com/docs/devcontainers/create-dev-container",
"https://www.inverse.com/innovation/how-companies-have-optimized-the-humble-office-water-cooler",
"https://www.inverse.com/",
"https://www.dynatrace.com/platform/synthetic-monitoring/",
"https://interpret.ml/",
"https://greenlab.di.uminho.pt/wp-content/uploads/2017/10/sleFinal.pdf",
"https://blog.prototypr.io/software-documentation-types-and-best-practices-1726ca595c7f",
"https://towardsdatascience.com/",
"https://medium.com/",
"https://github.com/",
"https://docs.github.com/",
"https://behave.readthedocs.io/",
"https://blog.insightdatascience.com",
"https://hub.docker.com/_/microsoft-dotnet",
"https://www.w3.org/",
"https://mtirion.medium.com/",
"https://chrieke.medium.com/",
"https://eclipse.dev/mat/",
"https://cloud.google.com/blog/products/gcp/cre-life-lessons-what-is-a-dark-launch-and-what-does-it-do-for-me",
"https://miro.com/guides/retrospectives/ideas-games",
"https://interpret.ml/",
"https://dash.harvard.edu/bitstream/handle/1/38323292/4_Wood_Final.pdf?sequence=1&isAllowed=y",
"https://hub.docker.com/_/microsoft-dotnet",
"https://lldb.llvm.org/",
"https://www.microsoft.com/",
"https://aka.ms/opensource/security/",
"https://www.pluralsight.com/courses/",
"https://www.gartner.com/en/information-technology/glossary/citizen-developer",
"https://www.onetrust.com/blog/principles-of-privacy-by-design/",
"https://docs.github.com/en/rest/commits/statuses",
"https://blog.twitter.com/engineering/en_us/a/2015/diffy-testing-services-without-writing-tests.html",
"https://blog.github.com/2012-09-17-contributing-guidelines/",
"https://www.fast.design/docs/integrations/react",
"http://unitycontainer.org/articles/introduction.html"
],
"only_errors": true,
"cache_duration": "24h",
"cache_output_path": "/github/workspace/megalinter-reports/linkcheck-cache"
}