Skip to content

Commit 212fa06

Browse files
authored
Merge pull request #20 from NovoaDev/17-configure-the-al-go-template-properly
Main
2 parents 1d74062 + d3dc9a3 commit 212fa06

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.AL-Go/settings.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@
66
],
77
"TESTING_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
88
"PRODUCTION_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
9-
"appFolders": [],
10-
"testFolders": [],
11-
"bcptTestFolders": [],
12-
"repoVersion": "3.5"
9+
"repoVersion": "3.5",
10+
"doNotRunBCPTTests": true,
11+
"doNotSignApps": true,
12+
"enableCodeCop": true,
13+
"enableUICop": true,
14+
"enablePerTenantExtensionCop": true,
15+
"enableAppSourceCop":true,
16+
"AppSourceCopMandatoryAffixes": [
17+
"_ANJ"
18+
],
19+
"customCodeCops": [
20+
".github/BusinessCentral.LinterCop.current.dll"
21+
],
22+
"rulesetFile": "Dependency-Graph/.vscode/ruleset.json"
1323
}

.github/AL-Go-Settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
"type": "PTE",
33
"nextMajorSchedule": "0 0 1,15 * *",
44
"nextMinorSchedule": "0 0 15 * *",
5-
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main",
6-
"enableCodeCop": true,
7-
"enableUICop": true,
8-
"enablePerTenantExtensionCop": true
5+
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main"
96
}
70 KB
Binary file not shown.

0 commit comments

Comments
 (0)