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

Change: LFに強制 #1331

Merged
merged 4 commits into from
Jun 3, 2023
Merged

Conversation

sevenc-nanashi
Copy link
Member

内容

CRLFのファイルをLFに強制します。
また、CI環境(NODE_ENV=production)のみESLintでチェックするようにします。

関連 Issue

スクリーンショット・動画など

(なし)

その他

このPRのタイトルは「矯正」(変更)と「強制」(ESLint)のダブルミーニングです。

@sevenc-nanashi sevenc-nanashi requested a review from a team as a code owner June 2, 2023 22:05
@sevenc-nanashi sevenc-nanashi requested review from Hiroshiba and removed request for a team June 2, 2023 22:05
@wappon28dev
Copy link
Contributor

wappon28dev commented Jun 3, 2023

私はよく使うのですが, gitの機能にある .gitattributes というファイルを作って, ステージング時にLFへ強制的に自動変換させるのもありですね.

また, 過去にコミットしたすべてのファイルをLFで正規化させる renormalize もあるので参考にどうでしょう? 👀

ESLintで縛るのも良いと思います 👍

refs:

@sevenc-nanashi
Copy link
Member Author

gitattributes、git configよりも優先度高いんですね。設定します

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼLGTMです!

混じっているのは大変なので、LFに固定で良いと思います!

変更がすごい多くて驚きましたが、これもしかしてすでにいくつかのファイルは改行コードCRLFだったということでしょうか?
(気づきませんでした。。)

.eslintrc.js Outdated Show resolved Hide resolved
@sevenc-nanashi
Copy link
Member Author

変更がすごい多くて驚きましたが、これもしかしてすでにいくつかのファイルは改行コードCRLFだったということでしょうか?

ですね 😇

@Hiroshiba
Copy link
Member

コードは問題無さそうに思いました! ちょっと実際にwindowsマシンでチェックしてみます

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

問題なさそうだったのでマージします!!
エンジンやコアの方にも同じ設定入れても良いかもですね!

@Hiroshiba Hiroshiba merged commit e80a339 into VOICEVOX:main Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants