popcodeorg / popcodeorg/popcode
More jshint errors
未关闭
还没有人认领这个 Issue。
enhancement
good first issue
help wanted
- 主要语言
- JavaScript
- 星标
- 191
- 派生
- 143
- 平均合并
- 4 天 11 小时
- 30 天内合并 PR
- 5
描述
https://trello.com/c/JuoHRCmt/93-more-jshint-errors
Go through the jshint code and audit all error message it is able to generate. Integrate all that are useful to us.
The mappings for jshint errors live here; the validation tests live here (though check the other language validation tests, which are more robust, for inspiration). The translation file that generates the error messages is here.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,根据 JSHint 能够生成的错误,审查 src/validations/javascript/jshint.js 中的 JSHint 映射。阅读 src/validations/javascript.js 中的验证测试,并将其与其他语言的验证测试进行比较,然后更新 locales/en.json 中相关的条目。完成标准是:有用的 JSHint 错误已集成,并由验证测试覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- localization, testing, web-dev
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100