Make SwiftLint ignore autogenerated file API.swift

pull/3618/head
Hwee-Boon Yar 3 years ago
parent f08a03ed6e
commit 6b58ec0d22
  1. 1
      .swiftlint.yml

@ -31,6 +31,7 @@ excluded:
- AlphaWallet/Vendors
- AlphaWallet/R.generated.swift
- AlphaWalletSafariExtension/Resources
- AlphaWallet/API.swift
function_parameter_count:
warning: 20
error: 25

Loading…
Cancel
Save