Skip to content

Commit

Permalink
update ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed Jun 27, 2016
1 parent e578a6e commit 4c7c8a8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 848 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ DerivedData

xcuserdata/

jazzy
jazzy/*
1 change: 1 addition & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ module: Stripe
skip_undocumented: true
hide_documentation_coverage: true
theme: fullwidth
sdk: iphonesimulator
6 changes: 3 additions & 3 deletions FauxPasConfig/main.fauxpas.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Rule tags to apply (Array of strings)
//"ruleTags": ["Recommended"],
// Rules to exclude (Array of strings)
//"excludedRules": [],
"excludedRules": ["ConstructorReturnType","PrivateCategory"],
// Prefixes of files to exclude (Array of strings)
//"fileExclusionPrefixes": [],
// Xcode groups to exclude (Array of strings)
Expand Down Expand Up @@ -151,10 +151,10 @@
// Options for rule: Constructor return type
"ConstructorReturnType": {
// Check init methods (Boolean)
//"checkInitMethods": false
"checkInitMethods": true,
// Regexes for ignored file paths (Array of regular expression
// strings)
//"ignoredFileRegexes": null
"ignoredFileRegexes": ["STPPromise.h"]
},
// Options for rule: Copying property of mutable NSCopying type
"CopyingMutableProperty": {
Expand Down
Loading

0 comments on commit 4c7c8a8

Please sign in to comment.