Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland committed Nov 8, 2023
1 parent d57589f commit e2e5b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ end
desc "**Lint: Analyze code**"
lane :lint_analyze do
flutter_command(command: "analyze lib")
flutter_command(command: "analyze catalog")
flutter_command(command: "analyze catalog/gallery")
end

desc "**Lint: Code metrics**"
Expand Down
3 changes: 2 additions & 1 deletion scripts/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ echo "$result"
fvm flutter pub run dart_code_metrics:metrics check-unused-code lib --fatal-unused || error "Linter error - Dart Code Metrics unused code error"

echo ':: Run Catalog checks'
./catalog/

echo ':: Run linter catalog ::'
fvm flutter analyze catalog || error "Linter error - Flutter Analyze error"

0 comments on commit e2e5b60

Please sign in to comment.