Skip to content

Commit c96723f

Browse files
committed
fix(rule): 返却と返すが逆になっていたのを修正
1 parent 0ed9bb6 commit c96723f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dict/prh.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: 1
22
rules:
3-
# 「返却」http://qiita.com/scivola/items/d9f26ea13691f8c5e6a4
4-
- expected: 値を返却する
5-
patterns: 値を返す
3+
- expected: 値を返す
4+
patterns: 値を返却する
65
prh: See http://qiita.com/scivola/items/d9f26ea13691f8c5e6a4
76
- expected: $1の返り値
87
patterns: /(メソッド|関数)の返却値/

0 commit comments

Comments
 (0)