-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Replace String#substring() with String#startsWith() or String#endsWith() #3124
Replace String#substring() with String#startsWith() or String#endsWith() #3124
Conversation
…com/segayuu/hexo into substring-to-startswith-or-endswith
Misc: add meta generator injection filter
hexojs#3122) * added command line option `output` to write db.json and _multiconfig.yml to a path provided * fixes for appveyor
…s#3118) * updated config loader to accept absolute paths to config files * fixes for coveralls and codeclimate * refactored isAbsolute() check
Since I have not responded for more than a week since I requested a review, I will notify @hexojs/core member once more. |
…com/segayuu/hexo into substring-to-startswith-or-endswith
@segayuu > If there is no response after one week Why week? Go about 1-2 month? It's normal period for awaiting something important. Also, i see codeclimate issues, mb u can fix them? |
@@ -0,0 +1,17 @@ | |||
'use strict'; |
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.
Also, it seems new filter added here. But in pull readme there is nothing about this.
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.
That change is the result of #3129 being resolved by running git rebase.
@ivan-nginx The error issued by codeclimate is complexity. Somebody needs to split the function to fix it. |
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.
bravo!
And String#indexOf() with String#includes()