-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
category: supporting codeImplementation of the systemImplementation of the system
Description
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Lint Tests Passing Locally but Failing in CI/CD Pipeline
What it shows in the terminal-
https://github.com/user-attachments/assets/8761f199-63c8-4e01-b70f-f8d2a77aad4d
What it shows in the CICD pipeline:
Product
kolibri-design-system
Expected behavior
The linter should fix the introduces changes automatically like removing extra spaces ,semicolons etc.
Actual behavior
The linter does not fix the changes automatically , and remains unaltered.
Steps to reproduce the issue
- Make a change that violates a linter rule. For example:
2)Run yarn lint-fix.
3)Check the output and verify whether the expected issues were fixed.
4)Run git status to see if any changes were made to the files.
Environment
Local Environment:
Node.js version: 10.x
Yarn version: 1.x
Operating System: Windows
##Comments
This issue has been observed by multiple contributors. Please let me know if additional details or examples are needed.
Metadata
Metadata
Assignees
Labels
category: supporting codeImplementation of the systemImplementation of the system