Skip to content

Commit bc0cdb3

Browse files
authored
Merge pull request #250 from NLeSC/broken-links
markdown link checker ignore list updated
2 parents 7042372 + bfd94ec commit bc0cdb3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.mlc-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
},
1313
{
1414
"pattern": "^https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>"
15+
},
16+
{
17+
"pattern": "^.github/workflows/sonarcloud.yml$"
1518
}
1619
],
1720
"replacementPatterns": [

{{cookiecutter.project_name}}/.github/next_steps/01_sonarcloud_integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to configure Sonarcloud analysis [GitHub Action workflow](.github/workf
1212
1. login with your GitHub account
1313
1. add Sonarcloud organization or reuse existing one
1414
1. set up a repository
15-
1. go to [new code definition administration page](https://sonarcloud.io/project/new_code?id={{ cookiecutter.github_organization }}_{{ cookiecutter.project_name }}) and select `Number of days` option
15+
1. go to [new code definition administration page](https://sonarcloud.io/project/new_code?id={{cookiecutter.github_organization}}_{{cookiecutter.project_name}}) and select `Number of days` option
1616
1. To be able to run the analysis:
1717
1. a token must be created at [Sonarcloud account](https://sonarcloud.io/account/security/)
18-
1. the created token must be added as `SONAR_TOKEN` to [secrets on GitHub](https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_name }}/settings/secrets/actions)
18+
1. the created token must be added as `SONAR_TOKEN` to [secrets on GitHub](https://github.com/{{cookiecutter.github_organization}}/{{cookiecutter.project_name}}/settings/secrets/actions)

0 commit comments

Comments
 (0)