Skip to content

Commit d79d91d

Browse files
committed
Added obcd HeaderStyle linting
1 parent 0e991e2 commit d79d91d

7 files changed

+10
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
osx_image: xcode61
22
language: objective-c
3-
before_install: gem install cocoapods xcpretty -N
3+
before_install: gem install cocoapods xcpretty obcd -N
44
cache: cocoapods
55
podfile: JazzHandsDemo/Podfile
66
script:
77
- export LC_CTYPE=en_US.UTF-8
88
- export LANG=en_US.UTF-8
99
- set -o pipefail && xcodebuild -workspace JazzHandsDemo/JazzHandsDemo.xcworkspace -scheme JazzHandsDemo -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
1010
- pod lib lint --quick
11-
11+
- obcd --path src find HeaderStyle

src/IFTTTAngleAnimation.h

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// JazzHands
44
//
55
// Created by Vahur Roosimaa on 12/7/13.
6+
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
67
//
78

89
#import "IFTTTAnimation.h"

src/IFTTTAngleAnimation.m

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// JazzHands
44
//
55
// Created by Vahur Roosimaa on 12/7/13.
6+
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
67
//
78

89
#import "IFTTTJazzHands.h"

src/IFTTTConstraintsAnimation.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
2-
// IFTTTFrameAnimation.h
2+
// IFTTTConstraintsAnimation.h
33
// JazzHands
44
//
55
// Created by willsbor Kang on 7/9/14.
6+
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
67
//
78

89
#import "IFTTTAnimation.h"

src/IFTTTConstraintsAnimation.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
2-
// IFTTTFrameAnimation.h
2+
// IFTTTConstraintsAnimation.m
33
// JazzHands
44
//
55
// Created by willsbor Kang on 7/9/14.
6+
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
67
//
78

89
#import "IFTTTJazzHands.h"

src/IFTTTTransform3DAnimation.h

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// JazzHands
44
//
55
// Created by QFish on 3/3/14.
6+
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
67
//
78

89
#import "IFTTTAnimation.h"

src/IFTTTTransform3DAnimation.m

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// JazzHands
44
//
55
// Created by QFish on 3/3/14.
6+
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
67
//
78

89
#import "IFTTTJazzHands.h"

0 commit comments

Comments
 (0)