๐Ÿ“ฆ ionic-team / capacitor-os-inappbrowser

๐Ÿ“„ .swiftlint.yml ยท 25 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25excluded: 
  - 'node_modules'
  - 'ios/Pods' 
  - 'example-app'
  
opt_in_rules:
  - 'implicitly_unwrapped_optional'
  - 'file_name_no_space'
  - 'force_unwrapping'
  - 'function_default_parameter_at_end'
  - 'lower_acl_than_parent'
  - 'modifier_order'
  - 'overridden_super_call'
  - 'unowned_variable_capture'
  - 'unused_import'

line_length: 
  warning: 250
  error: 350
  ignores_function_declarations: true
  ignores_comments: true
  ignores_interpolated_strings: true
  ignores_urls: true