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

[Chore] Add SwiftLint #252

Merged
merged 25 commits into from
Mar 21, 2021
Merged

[Chore] Add SwiftLint #252

merged 25 commits into from
Mar 21, 2021

Conversation

johnxnguyen
Copy link
Owner

What's in this PR?

  • Add SwiftLint configuration and GitHub action.
  • Fix violated lint rules

@codecov
Copy link

codecov bot commented Mar 20, 2021

Codecov Report

Merging #252 (5087876) into master (f83e9a2) will decrease coverage by 0.02%.
The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
- Coverage   91.32%   91.29%   -0.03%     
==========================================
  Files          60       60              
  Lines        1037     1057      +20     
==========================================
+ Hits          947      965      +18     
- Misses         90       92       +2     
Impacted Files Coverage Δ
Sources/Down/AST/Nodes/BaseNode.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/BlockQuote.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/Code.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/CodeBlock.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/CustomBlock.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/CustomInline.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/Document.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/Emphasis.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/Heading.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/HtmlBlock.swift 100.00% <ø> (ø)
... and 50 more

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 f83e9a2...5087876. Read the comment docs.

@johnxnguyen johnxnguyen merged commit 2524b62 into master Mar 21, 2021
@johnxnguyen johnxnguyen deleted the chore/linting branch March 21, 2021 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant