Skip to content

Commit

Permalink
Revert "#245: Updated fastlane to use a better analyzer check"
Browse files Browse the repository at this point in the history
This reverts commit 0bb7302.
  • Loading branch information
vanlooverenkoen committed Apr 6, 2022
1 parent 0bb7302 commit e4a2c41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ lane :pr do
installFvmVersion

Dir.chdir ".." do
sh("mv", "analysis_options.yaml", "fastlane/analysis_options_original.yaml")
sh("cp", "fastlane/analysis_options_all_files.yaml", "analysis_options.yaml")
sh("fvm", "flutter", "analyze")
sh("mv", "fastlane/analysis_options_original.yaml", "analysis_options.yaml")
sh("fvm", "flutter", "analyze")
sh("fvm", "flutter", "test")
#sh("fvm", "flutter", "test", "--coverage")
Expand Down
8 changes: 0 additions & 8 deletions fastlane/analysis_options_all_files.yaml

This file was deleted.

0 comments on commit e4a2c41

Please sign in to comment.