Fix issues in pylint.yml and JSlint error for no files found#2
Conversation
Signed-off-by: Sambhav Saxena <sambhav.saxena@ambibuzz.com>
Critical Review of the Pull Request Diff
Suggested Improvements
Test Cases for Business LogicWhile this diff primarily deals with CI/CD configuration rather than business logic, if there were any business logic changes in the codebase, consider the following test cases:
By addressing these points, the pull request can be improved for better maintainability and reliability. |
…jsx,tsx,vue,css,html,json}"` The script used to run and throw an error even in cases where no JS or related prettier configured files are found, and eventually lead to a failed workflow. This is not expected behaviour, which has been updated with this patch. Signed-off-by: Sambhav Saxena <sambhav.saxena@ambibuzz.com>
Critical Review of the Pull Request Diff
Suggestions for Improvement
Suggested Test Cases for Business Logic
By addressing these points, the pull request can be improved for clarity, efficiency, and robustness. |
pylint.ymlpylint.yml and JSlint error for no files found.
pylint.yml and JSlint error for no files found.pylint.yml and JSlint error for no files found
Signed-off-by: Sambhav Saxena <sambhav.saxena@ambibuzz.com>
Critical Review of the Pull Request Diff
Suggested Test Cases for Business Logic
By addressing these points and implementing the suggested test cases, the overall quality and reliability of the CI/CD workflow can be significantly improved. |
Signed-off-by: Sambhav Saxena <sambhav.saxena@ambibuzz.com>
Critical Review of the Pull Request DiffGeneral Observations:
Specific Issues and Suggestions:
Suggested Test Cases for Business Logic:
By addressing these points, the pull request can be improved for better reliability and maintainability. |
Currently, the script picks up code from all the existing python files in the repository and not just the files changed, which was wrong.
This new patch picks up only select code from the current PR from the diff and tries linting it.