Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: .swiftlint.yml

Issue 29664569: Favicon: Issue 6245 - SwiftLinted project files (Closed)
Patch Set: Removed the sorted_imports rule and reversed the import calls to be sorted alphabetically Created Feb. 19, 2018, 10:38 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | FavIcon/DetectedIcon.swift » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 line_length: 110 1 disabled_rules: # rule identifiers to exclude from running
2 type_body_length: 2 - notification_center_detachment
3 - 300 3 opt_in_rules: # some rules are only opt-in
4 - 400 4 - attributes
5 excluded: 5 - closure_end_indentation
6 - fatal_error_message
7 - joined_default_parameter
8 - let_var_whitespace
9 - multiline_parameters
10 - operator_usage_whitespace
11 - overridden_super_call
12 - prohibited_super_call
13 - redundant_nil_coalescing
14 - single_test_class
15 - sorted_imports
16 - switch_case_on_newline
17 - unneeded_parentheses_in_closure_argument
18 - vertical_parameter_alignment_on_call
19 # Find all the available rules by running:
20 # swiftlint rules
21 excluded: # paths to ignore during linting. Takes precedence over `included`.
6 - Carthage 22 - Carthage
23 - Resources
24 - Translations
25 line_length: 150
26 large_tuple:
27 warning: 3
OLDNEW
« no previous file with comments | « no previous file | FavIcon/DetectedIcon.swift » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld