Skip to content

Commit

Permalink
Remove CocoaPods lint job from PR builds in favor of a single pre-rel…
Browse files Browse the repository at this point in the history
…ease check
  • Loading branch information
SimplyDanny committed Jan 19, 2025
1 parent dd48200 commit b52aea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pod_publish:

pod_lint:
bundle install
bundle exec pod lib lint SwiftLint.podspec
bundle exec pod lib lint --verbose SwiftLint.podspec

docs:
swift run swiftlint generate-docs
Expand Down
13 changes: 0 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ jobs:
- script: swift build -c release --product SwiftLintBuildToolPlugin
displayName: Build build tool plugin

- job: CocoaPods
pool:
vmImage: 'macOS-14'
variables:
DEVELOPER_DIR: /Applications/Xcode_16.1.app
steps:
- script: bundle install --path vendor/bundle
displayName: Install dependencies
- script: bundle exec pod repo update
displayName: Update CocoaPods repo
- script: bundle exec pod lib lint --platforms=macos --verbose
displayName: Lint Podspec for macOS

- job: Jazzy
pool:
vmImage: 'macOS-14'
Expand Down

0 comments on commit b52aea7

Please sign in to comment.