Closed priyanshsao closed 1 month ago
Name | Link |
---|---|
Latest commit | b209af25f421222ed45f6e1b97999da7b188b339 |
Latest deploy log | https://app.netlify.com/sites/romantic-neumann-1959d7/deploys/67095bad3553a2000833cf18 |
Deploy Preview | https://deploy-preview-753--romantic-neumann-1959d7.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
It is failing now
So, should I consider reverting the change?
You need to make sure the linter passes. You can test it locally.
The reason ingester's appears before ingesters in a sorted list is that it is treated as "ingester" followed by an apostrophe, whereas ingesters is treated as "ingester" followed by the letter s. This means that the apostrophe has a higher priority in the sort order than the letter s. If you were to place ingester's after ingesters, it would trigger a sorting error because the list is expected to follow alphabetical order, taking into account all characters, including punctuation. This is why it fails to pass the linter.
I don't understand the motivation for your explanation - what are you trying to prove? Before your change the linter was not complaining, now it does complain.
To check i ran the 'make checkspell' in main branch and it showed the same error , i understand what you are saying but in main branch where nothing is changed still it is showing the error.
@yurishkuro, I apologize for the confusion earlier. There was an issue with my terminal, which caused the error to appear.
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist