FYWinds / takker

一个基于Nonebot2和go-cqhttp的娱乐性qq机器人,已停更
GNU Affero General Public License v3.0
82 stars 11 forks source link

Configuration for Codeac.io #7

Closed jiritichy closed 3 years ago

jiritichy commented 3 years ago

Hey @FYWinds

I briefly looked up your repo and saw a good amount of work over here. Good job! 🥇

You recently also tried Codeac.io and you probably haven't had the best experience just because of lack of correct configuration. It's caused by showing a lot of false positives at Codeac.io.

Storing external dependencies or generated files is usually not the best practice. It's better to generate/download them dynamically in your Continuous Integration pipeline. So I added the .eslintignore file which solves this problem and skips the analyses at the folders listed there.

Let me know if you need any more help.

Jiri Tichy Business Developer @Codeac.io

PS: Keep doing open-source, please! We all appreciate your work a lot! :)