FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox-v2/.codeclimate.yml at master · secureCodeBox/secureCodeBox-v2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
secureCodeBox
/
secureCodeBox-v2
Public archive
Notifications
You must be signed in to change notification settings
Fork
5
Star
23
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox-v2
/
.codeclimate.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 547 Bytes
Breadcrumbs
secureCodeBox-v2
/
.codeclimate.yml
Copy path
File metadata and controls
30 lines (30 loc) · 547 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version
:
"
2
"
#
required to adjust maintainability checks
checks
:
file-lines
:
config
:
threshold
:
300
method-lines
:
config
:
threshold
:
50
similar-code
:
enabled
:
false
identical-code
:
enabled
:
false
exclude_patterns
:
-
"
config/
"
-
"
db/
"
-
"
dist/
"
-
"
features/
"
-
"
**/node_modules/
"
-
"
script/
"
-
"
**/spec/
"
-
"
**/test/
"
-
"
**/tests/
"
-
"
**/__testFiles__/
"
-
"
**/__snapshots__/
"
-
"
Tests/
"
-
"
**/vendor/
"
-
"
**/*_test.go
"
-
"
**/*.deepcopy.go
"
-
"
**/*.test.js
"
-
"
**/*.d.ts
"
Back
|
FazBrowse Home
|
New Git URL