tracks/objective-c/.travis.yml in trackler-2.1.0.53 vs tracks/objective-c/.travis.yml in trackler-2.1.0.54
- old
+ new
@@ -8,10 +8,10 @@
- brew cask uninstall oclint
- brew tap oclint/formulae
- brew install oclint
script:
- bin/fetch-configlet
- - bin/configlet .
+ - bin/configlet lint .
- xctool test -project 'xcodeProject/ObjectiveC.xcodeproj' -scheme 'xobjectivecTest' -sdk macosx10.11 -reporter json-compilation-database:compile_commands.json -reporter plain:plain-output.txt -reporter pretty
after_success:
- tail -3 plain-output.txt >> lastline.txt
- oclint-json-compilation-database -- -rc LONG_LINE=200 -disable-rule UselessParentheses -disable-rule ConstantConditionalOperator -disable-rule DoubleNegative -disable-rule MultipleUnaryOperator -max-priority-1=100000 -max-priority-2=100000 -max-priority-3=100000 -report-type json -o .oclint.json