Skip to content

Commit

Permalink
ci: disable code duplication analysis for files under src/spec-types
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Nov 30, 2023
1 parent 7e13609 commit cc2b724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Disable specific duplicate code since it would introduce more complexity to reduce it.
sonar.cpd.exclusions=src/models/**/*.ts
sonar.cpd.exclusions=src/models/**/*.ts,src/spec-types/*.ts
sonar.exclusions=test/**/*
1 change: 0 additions & 1 deletion src/spec-types/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ export type SecuritySchemaLocation =
| 'password'
| 'query'
| 'header'
| 'header'
| 'cookie';

export interface SecuritySchemeObjectBase extends SpecificationExtensions {
Expand Down

0 comments on commit cc2b724

Please sign in to comment.