[ADF-5543] Enable lint accessibility and resolve found issues (#9421)

This commit is contained in:
tomson
2024-04-17 09:36:40 +02:00
committed by GitHub
parent eaad09b06d
commit 74ef7eed1a
61 changed files with 1162 additions and 1054 deletions

View File

@@ -4,7 +4,7 @@
"overrides": [
{
"files": ["*.ts"],
"extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"],
"extends": ["plugin:@nrwl/nx/angular"],
"rules": {
"prefer-arrow/prefer-arrow-functions": "off",
"@typescript-eslint/no-var-requires": "off",

View File

@@ -21,7 +21,8 @@
export const ACTIVITI_CLOUD_APPS: any = {
SUB_PROCESS_APP: {
name: 'subprocessapp',
file_location: (TAG = 'develop') => `https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/subprocessapp.zip?raw=true`,
file_location: (TAG = 'develop') =>
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/subprocessapp.zip?raw=true`,
processes: {
processchild: 'processchild',
processparent: 'processparent'
@@ -33,13 +34,14 @@ export const ACTIVITI_CLOUD_APPS: any = {
],
variables: {
'process-runtime-service': {
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false,
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
}
}
},
CANDIDATE_BASE_APP: {
name: 'candidatebaseapp',
file_location: (TAG = 'develop') => `https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/candidatebaseapp.zip?raw=true`,
file_location: (TAG = 'develop') =>
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/candidatebaseapp.zip?raw=true`,
processes: {
candidateUserProcess: 'candidateuserprocess',
candidateGroupProcess: 'candidategroupprocess',
@@ -82,13 +84,14 @@ export const ACTIVITI_CLOUD_APPS: any = {
},
variables: {
'process-runtime-service': {
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false,
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
}
}
},
SIMPLE_APP: {
name: 'simpleapp',
file_location: (TAG = 'develop') => `https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/simpleapp.zip?raw=true`,
file_location: (TAG = 'develop') =>
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/simpleapp.zip?raw=true`,
processes: {
processwithvariables: 'processwithvariables',
simpleProcess: 'simpleprocess',
@@ -217,13 +220,14 @@ export const ACTIVITI_CLOUD_APPS: any = {
enableLocalDevelopment: true,
variables: {
'process-runtime-service': {
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false,
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
}
}
},
UAT_BE_DEFAULT_APP: {
name: 'uat-be-default-app',
file_location: (TAG = 'develop') => `https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/uat-be-default-app.zip?raw=true`,
file_location: (TAG = 'develop') =>
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/uat-be-default-app.zip?raw=true`,
processes: {
'script-acs-process': 'script-acs-process'
},
@@ -233,7 +237,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
],
variables: {
'process-runtime-service': {
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false,
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
}
}
}