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

(WIP) fix: Enable strictNullChecks and noImplicitAny #159

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

abhishek310001
Copy link
Contributor

Description

The goal of this PR is to enable strict type checking policies such as strictNullChecks and noImplicitAny, then fix the issues related to it.

Database schema changes

NA

Tests

Automated test cases added

NA

Manual test cases run

For each manual test case, list the steps to test or reproduce the PR.
TBA

@abhishek310001 abhishek310001 marked this pull request as draft August 21, 2024 13:34
@abhishek310001 abhishek310001 changed the title fix: Enable strictNullChecks and noImplicitAny (WIP) fix: Enable strictNullChecks and noImplicitAny Aug 21, 2024
@abhishek310001 abhishek310001 self-assigned this Aug 21, 2024
@abhishek310001 abhishek310001 added the bug Something isn't working label Aug 21, 2024

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link

Passed

Analysis Details

0 Issues

  • Bug0 Bugs
  • Vulnerability0 Vulnerabilities
  • Code Smell0 Code Smells

Coverage and Duplications

  • No coverage informationNo coverage information (0.00% Estimated after merge)
  • 3 percent duplication0.00% Duplicated Code (0.00% Estimated after merge)

Project ID: jalantechnologies:boilerplate-mern

View in SonarQube

Copy link

Deployment (boilerplate-mern) is available at - https://827fce93eef1013.preview.platform.jalantechnologies.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: Enable strictNullChecks, noImplicitAny checks in TS config
1 participant