An advanced Ethereum/EVM mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alpha-wallet-ios/.swiftlint.yml

56 lines
1.1 KiB

swiftlint_version: 0.40.3
7 years ago
disabled_rules:
- cyclomatic_complexity
- force_cast
- force_try
- identifier_name
- nesting
- redundant_discardable_let
- todo
- trailing_comma
- trailing_newline
- trailing_whitespace
7 years ago
- type_name
- unused_optional_binding
- xctfail_message
- file_header
- private_over_fileprivate
7 years ago
opt_in_rules:
- closure_end_indentation
- closure_spacing
- empty_count
- file_header
- multiline_parameters
included:
- AlphaWallet
- AlphaWalletTests
- AlphaWalletSafariExtension
- AlphaWalletShare
- modules
excluded:
- AlphaWallet/Vendors
- AlphaWallet/R.generated.swift
- AlphaWalletSafariExtension/Resources
- AlphaWallet/API.swift
- modules/AlphaWalletFoundation/AlphaWalletFoundation/Core/NFT/Enjin/API.swift
- modules/*/Pods
7 years ago
function_parameter_count:
warning: 20
error: 25
line_length:
warning: 3250
error: 3600
large_tuple:
warning: 4
7 years ago
function_body_length: 80
file_length:
warning: 1000
7 years ago
error: 1200
type_body_length:
warning: 300
error: 500
7 years ago
superfluous_disable_command: warning
reporter: "xcode"