mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 08:32:11 +00:00
1942b82ebb
Simplify development and maintenance immensely by making this a monorepository: - Convert PassepartoutKit and VPN bindings to local packages - OpenVPN/OpenSSL - WireGuard/Go - Make PassepartoutKit available via - Source submodule for production (private) - [Binary XCFramework for development](https://github.com/passepartoutvpn/passepartoutkit) - Add PassepartoutKit Demo in root - Deploy package later
26 lines
495 B
YAML
26 lines
495 B
YAML
included:
|
|
- Passepartout/App
|
|
- Passepartout/Intents
|
|
- Passepartout/LoginItem
|
|
- Passepartout/Shared
|
|
- Passepartout/Tests
|
|
- Passepartout/Tunnel
|
|
- Passepartout/UITests
|
|
- Packages/App/Sources
|
|
- Packages/App/Tests
|
|
analyzer_rules:
|
|
- unused_declaration
|
|
- unused_import
|
|
opt_in_rules:
|
|
- sorted_imports
|
|
disabled_rules:
|
|
- cyclomatic_complexity
|
|
- file_length
|
|
- force_cast
|
|
- function_body_length
|
|
- identifier_name
|
|
- line_length
|
|
- inclusive_language
|
|
- nesting
|
|
- todo
|