-
Notifications
You must be signed in to change notification settings - Fork 19
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
Header validation #861
Merged
Merged
Header validation #861
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ea9731f
change in filter recursive
nitish-egov f761d21
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov cefa966
lowest level
nitish-egov 577a6a0
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 99e8460
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 40e11f5
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 5a0b0cd
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov b9be47e
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov ca07874
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 0f9d7d5
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 5207560
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 63249b9
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 62aff8e
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 3903614
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 87cd5ee
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov b181c14
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 4df4263
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov d7ab75d
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 3e908cc
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 0009fb7
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov cf9a8f4
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 80cc2da
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov a7cad1c
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 0b86778
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov af9e3aa
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 019445b
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov e62cd7b
Merge remote-tracking branch 'origin/campaign' into campaign
nitish-egov 09d56b8
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov e89f25e
removed unnecessary validation for target
nitish-egov a746a0d
Merge branch 'campaign' of https://github.com/egovernments/DIGIT-Fron…
nitish-egov 4b08d74
changed the logic of header validation
nitish-egov 12f85ec
space refactor
nitish-egov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace
hasOwnProperty
withObject.hasOwn()
to avoid potential issues with objects that do not havehasOwnProperty
as a direct property.Also applies to: 457-457, 472-472
Tools
Biome