Skip to content

Commit

Permalink
update travis and fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
kviatkovskii committed Jun 17, 2019
1 parent f6a8960 commit b30b80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
disabled_rules: # rule identifiers to exclude from running
- trailing_whitespace
- variable_name
- type_body_length
- valid_docs
- vertical_parameter_alignment
- unused_closure_parameter
- closure_parameter_position
- empty_enum_arguments
opt_in_rules: # some rules are only opt-in
included: # paths to include during linting. `--path` is ignored if present.
excluded: # paths to ignore during linting. Takes precedence over `included`.
- Pods
# - Source/ExcludedFolder
# - Source/ExcludedFile.swift

# configurable rules can be customized from this configuration file
# binary rules can set their severity level
Expand Down Expand Up @@ -54,10 +43,3 @@ variable_name:
- URL
- GlobalAPIKey
reporter: "xcode" # reporter type (xcode, json, csv, checkstyle)

custom_rules:
explicit_failure_calls:
name: "Avoid asserting 'false'"
regex: "((assert|precondition)\\(false)"
message: "Use assertionFailure() or preconditionFailure() instead."
severity: warning
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@

## Installation

**KVKCalendar** is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
**KVKCalendar** is available through [CocoaPods](https://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage). To install
it, simply add the following line to your Podfile or Cartfile:

```ruby
pod 'KVKCalendar'
github 'kvyatkovskys/KVKCalendar'
```

## Usage
Expand Down

0 comments on commit b30b80e

Please sign in to comment.