Skip to content

Commit

Permalink
fix(eslint-plugin-experience): disable all aws* rules (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 23, 2024
1 parent f6ae54b commit 2a1b83d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/cspell-config/configs/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@
"Arutiunov",
"longtap",
"urlset",
"scrollend"
"scrollend",
"opensearchservice"
]
}
18 changes: 18 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,25 @@ module.exports = {
'rxjs/no-ignored-takewhile-value': 'off',
'rxjs/no-nested-subscribe': 'off',
'rxjs/no-unsafe-takeuntil': 'off',
'sonarjs/aws-apigateway-public-api': 'off',
'sonarjs/aws-ec2-rds-dms-public': 'off',
'sonarjs/aws-ec2-unencrypted-ebs-volume': 'off',
'sonarjs/aws-efs-unencrypted': 'off',
'sonarjs/aws-iam-all-privileges': 'off',
'sonarjs/aws-iam-all-resources-accessible': 'off',
'sonarjs/aws-iam-privilege-escalation': 'off',
'sonarjs/aws-iam-public-access': 'off',
'sonarjs/aws-opensearchservice-domain': 'off',
'sonarjs/aws-rds-unencrypted-databases': 'off',
'sonarjs/aws-restricted-ip-admin-access': 'off',
'sonarjs/aws-s3-bucket-granted-access': 'off',
'sonarjs/aws-s3-bucket-insecure-http': 'off',
'sonarjs/aws-s3-bucket-public-access': 'off',
'sonarjs/aws-s3-bucket-server-encryption': 'off',
'sonarjs/aws-s3-bucket-versioning': 'off',
'sonarjs/aws-sagemaker-unencrypted-notebook': 'off',
'sonarjs/aws-sns-unencrypted-topics': 'off',
'sonarjs/aws-sqs-unencrypted-queue': 'off',
'sonarjs/cognitive-complexity': 'off',
'sonarjs/deprecation': 'off',
'sonarjs/different-types-comparison': 'off',
Expand Down

0 comments on commit 2a1b83d

Please sign in to comment.