Skip to content

Commit

Permalink
change styleci rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Qsnh committed Sep 18, 2018
1 parent 5c59743 commit 09d1524
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .styleci.yml
@@ -1,3 +1,16 @@
preset: laravel

risky: false

finder:
exclude:
- "vendor"
- "tests"
- "resources"
- "storage"
- "public"
- "docs"
- "database"
- "bootstrap"
path:
- "app"
2 changes: 1 addition & 1 deletion resources/lang/zh/passwords.php
Expand Up @@ -17,6 +17,6 @@
'reset' => '您的密码必须更换!',
'sent' => '我们已经将密码重置邮件发送到您的邮箱了。',
'token' => '您的登陆凭证已失效,请重新登陆。',
'user' => "用户不存在",
'user' => '用户不存在',

];

0 comments on commit 09d1524

Please sign in to comment.