Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate SwiftFormat in CampcotCollectionView #14

Merged
merged 8 commits into from Mar 6, 2020
Merged

Conversation

AlexYanski
Copy link
Contributor

  • Added script for formatting CampcotCollectionView and Example projects.
  • Added a Build phase for linter support.
  • Added .swiftformat configuration file.

@codecov-io
Copy link

codecov-io commented Feb 25, 2020

Codecov Report

Merging #14 into develop will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           develop   #14   +/-   ##
=====================================
  Coverage        0%    0%           
=====================================
  Files            4     4           
  Lines          684   689    +5     
=====================================
- Misses         684   689    +5
Impacted Files Coverage Δ
Source/CollapsedLayout.swift 0% <0%> (ø) ⬆️
Source/CampcotCollectionView.swift 0% <0%> (ø) ⬆️
Source/ExpandedLayout.swift 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5f137e...c8cce4f. Read the comment docs.

@vkondrashkov
Copy link
Contributor

Move fixes from SlideController here: rules, README changes and etc.

self.collapsedLayout.targetSection = section
self.collapsedLayout.offsetCorrection = offsetCorrection
self.setCollectionViewLayout(self.collapsedLayout, animated: animated, completion: { completed in
DispatchQueue.main.async(execute: {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems you deleted this rule

@AlexYanski AlexYanski merged commit 9c805ac into develop Mar 6, 2020
@AlexYanski AlexYanski deleted the swiftformat branch March 6, 2020 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants