-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
chore: resolve EditorConfig lint errors
#5220
base: develop
Are you sure you want to change the base?
chore: resolve EditorConfig lint errors
#5220
Conversation
@Planeshifter One more Thing sir , you should review |
/stdlib-help |
tools/snippets/cli.md
Outdated
@@ -21,8 +21,8 @@ Usage: TODO [options] | |||
|
|||
Options: | |||
|
|||
-h, --help Print this message. | |||
-V, --version Print the package version. | |||
-h, --help Print this message. |
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.
This is not desired.
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.
In this file there error of license header missing.
I do all of this because on running command |
Further notice our config for Markdown: https://github.com/stdlib-js/stdlib/blob/develop/etc/editorconfig-checker/.editorconfig_checker.markdown.json |
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: failed ---
EditorConfig lint errors
EditorConfig lint errors
Resolves #5156.
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers