FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JEngine/.codacy.yml at master · JasonXuDeveloper/JEngine · GitHub
JasonXuDeveloper
/
JEngine
Public
Notifications
You must be signed in to change notification settings
Fork
348
Star
2.2k
Code
Issues
3
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JEngine
/
.codacy.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (14 loc) · 503 Bytes
Breadcrumbs
JEngine
/
.codacy.yml
Copy path
File metadata and controls
16 lines (14 loc) · 503 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
#
Codacy configuration file
#
Only scan JEngine code, ignore 3rd party packages and samples
exclude_paths
:
#
Ignore all 3rd party packages
-
"
UnityProject/Packages/**
"
#
Ignore samples
-
"
UnityProject/Assets/Samples/**
"
#
Ignore HybridCLR generated code
-
"
UnityProject/Assets/HybridCLRGenerate/**
"
#
Ignore Obfuz (3rd party obfuscation tool)
-
"
UnityProject/Assets/Obfuz/**
"
include_paths
:
#
But include JEngine packages
-
"
UnityProject/Packages/com.jasonxudeveloper.jengine*/**
"
Back
|
FazBrowse Home
|
New Git URL