Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write rule to ban @ApiParameter on possibly undefined fields #65

Open
uPaymeiFixit opened this issue Jan 21, 2025 · 0 comments
Open

Write rule to ban @ApiParameter on possibly undefined fields #65

uPaymeiFixit opened this issue Jan 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@uPaymeiFixit
Copy link
Collaborator

❌ These would not be allowed.

  @ApiProperty({
    description: 'Seat hold codes, separated by |',
    example: 'w|o|l',
  })
  readonly holdCds?: string;
  @ApiPropertyOptional({
    description: 'Seat hold codes, separated by |',
    example: 'w|o|l',
  })
  readonly holdCds: string;
@github-project-automation github-project-automation bot moved this to Backlog in code-style Jan 21, 2025
@uPaymeiFixit uPaymeiFixit added the enhancement New feature or request label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant