-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from hyperoslo/feature/parse-result
Compass 3.0.0
- Loading branch information
Showing
28 changed files
with
697 additions
and
738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"maxReviewers": 2, | ||
"requiredOrgs": ["hyperoslo"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
included: | ||
- Sources | ||
excluded: | ||
- Carthage | ||
- Pods | ||
- Packages | ||
opt_in_rules: | ||
- empty_count | ||
disabled_rules: | ||
- valid_docs | ||
force_cast: warning | ||
force_try: | ||
severity: warning | ||
line_length: 120 | ||
function_body_length: | ||
- 150 | ||
type_body_length: | ||
warning: 300 | ||
error: 400 | ||
file_length: | ||
warning: 500 | ||
error: 1200 | ||
type_name: | ||
min_length: 3 | ||
max_length: | ||
warning: 40 | ||
error: 50 | ||
variable_name: | ||
min_length: 2 | ||
reporter: "xcode" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
os: | ||
- osx | ||
osx_image: xcode7.3 | ||
language: objective-c | ||
|
||
before_install: | ||
- brew update | ||
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi | ||
- carthage update --platform iOS,Mac | ||
|
||
install: | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./swiftlint.sh; fi | ||
script: | ||
- xctool clean build -project Compass.xcodeproj -scheme Compass-iOS -sdk iphonesimulator | ||
- xctool test -project Compass.xcodeproj -scheme Compass-iOS -sdk iphonesimulator | ||
- xctool clean build -project Compass.xcodeproj -scheme Compass-Mac -sdk macosx | ||
- xctool test -project Compass.xcodeproj -scheme Compass-Mac -sdk macosx | ||
- xcodebuild clean build -project Compass.xcodeproj -scheme Compass-iOS -sdk iphonesimulator | ||
- xcodebuild test -project Compass.xcodeproj -scheme Compass-iOS -sdk iphonesimulator | ||
- xcodebuild clean build -project Compass.xcodeproj -scheme Compass-Mac -sdk macosx | ||
- xcodebuild test -project Compass.xcodeproj -scheme Compass-Mac -sdk macosx | ||
notifications: | ||
email: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.