Skip to content
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

lintrの導入およびコードの整理 #76

Open
swsoyee opened this issue Apr 17, 2020 · 2 comments
Open

lintrの導入およびコードの整理 #76

swsoyee opened this issue Apr 17, 2020 · 2 comments

Comments

@swsoyee
Copy link
Owner

swsoyee commented Apr 17, 2020

  1. lintrファイルの設定
  2. VScodeで開発を可能にする
  3. camelcaseからsnake_caseに移行
  4. コードの行の長さ修正
  5. CIにlintrを追加する
  6. 各メゾットにDocsを追加する
@uribo
Copy link
Collaborator

uribo commented Apr 17, 2020

1,3,4,5はlintrおよびCIの設定で対処できますね。
一方で2,6についてはちょっと別の問題なのかもと思います。

@swsoyee
Copy link
Owner Author

swsoyee commented Apr 17, 2020

色々調べましたが、結構camelCasesnake_caseを両方使われていますね。全部camelCaseからsnake_caseに変更するのも大変だし、別に両方を許すにも構いません気がします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@uribo @swsoyee and others