소스 검색

Merge pull request #4256 from nextcloud/solve_static_code_warnings

Fix Codacy Warnings -  Ensure Composable Function Names Start with a Capital Letter
Marcel Hibbe 8 달 전
부모
커밋
3d9d6942e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      detekt.yml

+ 1 - 1
detekt.yml

@@ -278,7 +278,7 @@ naming:
     minimumFunctionNameLength: 3
   FunctionNaming:
     active: true
-    functionPattern: '^([a-z$][a-zA-Z$0-9]*)|(`.*`)$'
+    functionPattern: '^([a-z$A-Z][a-zA-Z$0-9]*)|(`.*`)$'
     excludeClassPattern: '$^'
     ignoreOverridden: true
     excludes: