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

ESLint writes [ERROR] on files not found #2

Closed
davidknise opened this issue Jul 1, 2020 · 1 comment
Closed

ESLint writes [ERROR] on files not found #2

davidknise opened this issue Jul 1, 2020 · 1 comment

Comments

@davidknise
Copy link
Contributor

davidknise commented Jul 1, 2020

ESLint runs if either of the two default target values, **\*.js and **\*.ts, can be found, but both are included as input options.

The solution is to only provide the default input option that can be found in the environment.

This fix will be implemented in the underlying Microsoft Security Code Analysis (MSCA) CLI which is automatically picked up by the action, and thus, this issue should be self resolving once the fix is released.

ETA: End of next week.

@davidknise
Copy link
Contributor Author

ESlint default configuration was updated to use their optional extension glob pattern: **/*.{js,ts}

This should allow either js or ts files to exist, but not require both.

mavasani added a commit to mavasani/ossar-action that referenced this issue Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant