Skip to content

Commit

Permalink
✨ update
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Jun 1, 2024
1 parent adc3b5a commit 827e2f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
```
██╗ ██╗███╗ ██╗██╗████████╗██╗ ██╗ ██████╗ ██████╗ ███╗ ███╗███╗ ███╗ ██████╗ ███╗ ██╗
██║ ██║████╗ ██║██║╚══██╔══╝╚██╗ ██╔╝ ██╔════╝██╔═══██╗████╗ ████║████╗ ████║██╔═══██╗████╗ ██║
██║ ██║██╔██╗ ██║██║ ██║ ╚████╔╝ ██║ ██║ ██║██╔████╔██║██╔████╔██║██║ ██║██╔██╗ ██║
██║ ██║██║╚██╗██║██║ ██║ ╚██╔╝ ██║ ██║ ██║██║╚██╔╝██║██║╚██╔╝██║██║ ██║██║╚██╗██║
╚██████╔╝██║ ╚████║██║ ██║ ██║ ╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚═╝ ██║╚██████╔╝██║ ╚████║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
██╗ ██╗███╗ ██╗██╗████████╗██╗ ██╗ ██████╗ ██████╗ ███╗ ███╗███╗ ███╗ ██████╗ ███╗ ██╗
██║ ██║████╗ ██║██║╚══██╔══╝╚██╗ ██╔╝ ██╔════╝██╔═══██╗████╗ ████║████╗ ████║██╔═══██╗████╗ ██║
██║ ██║██╔██╗ ██║██║ ██║ ╚████╔╝ ██║ ██║ ██║██╔████╔██║██╔████╔██║██║ ██║██╔██╗ ██║
██║ ██║██║╚██╗██║██║ ██║ ╚██╔╝ ██║ ██║ ██║██║╚██╔╝██║██║╚██╔╝██║██║ ██║██║╚██╗██║
╚██████╔╝██║ ╚████║██║ ██║ ██║ ╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚═╝ ██║╚██████╔╝██║ ╚████║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
```
<h1 align="center">AIO Unity Common</h1>
<p align="center"><strong>C# Basic universal library Easily match frame components</strong></p>
Expand Down
3 changes: 0 additions & 3 deletions .github/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ exclude:
- "*.meta"
- "*.asmdef"
- "*.tt"

dot-net:
solution: ~/Tools/ALL.sln

#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
#bootstrap: sh ./prepare-qodana.sh
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: JetBrains/[email protected]
with:
pr-mode: false
solution: Tools/ALL.sln
args: --property=qodana.net.solution=ALL.sln
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
8 changes: 2 additions & 6 deletions Tools~/Ensure/Ensure.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

namespace AIO
{
/// <summary>
Expand Down Expand Up @@ -37,9 +36,6 @@ public static EnsureThat That(in string paramName)
/// <summary>
/// 运行期间设置
/// </summary>
public static void OnRuntimeMethodLoad(in bool isActive)
{
IsActive = isActive;
}
public static void OnRuntimeMethodLoad(in bool isActive) { IsActive = isActive; }
}
}
}

0 comments on commit 827e2f1

Please sign in to comment.