-
-
Notifications
You must be signed in to change notification settings - Fork 822
chore: fix EditorConfig lint errors (issue #7023) #7028
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
base: develop
Are you sure you want to change the base?
chore: fix EditorConfig lint errors (issue #7023) #7028
Conversation
"string": [ | ||
"split", | ||
"aliases" |
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.
"string": [ | |
"split", | |
"aliases" | |
"string": [ | |
"split", | |
"aliases" |
2 space indentation is expected in this here and elsewhere.
{ | ||
"raw": "{{alias}}()\n Returns a pseudorandom number drawn from a uniform distribution.\n\n The default underlying pseudorandom number generator (PRNG) *may* change in\n the future. If exact reproducibility is required, either use the `factory`\n method to explicitly specify a PRNG via the `name` option or use an\n underlying PRNG directly.\n\n Returns\n -------\n r: number\n Pseudorandom number on the interval `[0,1)`.\n\n Examples\n --------\n > var r = {{alias}}();", |
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.
Same here in this whole file
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.
Changes to tools/make/lib/lint/editorconfig.mk
are undesired and should be excluded from this PR.
Thanks!
tools/make/lib/lint/editorconfig.mk
Outdated
@@ -43,8 +43,8 @@ EDITORCONFIG_FORMAT_FLAG := $(if $(EDITORCONFIG_FORMAT),--format=$(EDITORCONFIG_ | |||
|
|||
# Define the command-line options to use when invoking the editorconfig-checker executable: | |||
EDITORCONFIG_CHECKER_CONF_FLAGS ?= \ | |||
--ignore-defaults \ |
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.
@udaykakade25 These changes should be reverted.
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.
Hello Philipp sir,
I have reverted the changes that I accidentally made to the tools/make/lib/lint/editorconfig.mk file.
Thanks!
Signed-off-by: Uday Kakade <[email protected]>
Resolves #7023
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers