Skip to content

Commit

Permalink
Fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dattasneha committed Sep 27, 2024
1 parent 1dfc823 commit 5d10817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ function echo_warning() {
echo -e "${YELLOW}$1${NC}"
}


7 changes: 2 additions & 5 deletions scripts/static_checks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash



# INSTRUCTIONS
# This script will run all script checks locally to make
# sure that all script checks will still pass when run on
Expand Down Expand Up @@ -29,8 +27,6 @@ echo ""
bash scripts/buf_lint_check.sh
echo ""



# Download Buildifier in oppia-android-tools folder (pre-requisite for buildifier checks)
echo "********************************"
echo "Downloading buildifier"
Expand All @@ -44,6 +40,7 @@ echo ""
bash scripts/buildifier_lint_check.sh
echo ""


# SCRIPT CHECKS
# These checks run on Bazel. Ensure Bazel is installed and configured correctly.

Expand Down Expand Up @@ -108,7 +105,7 @@ bazel run //scripts:maven_dependencies_list_check -- $(pwd) third_party/maven_in
echo ""

# License Texts Check
echo_success "********************************"
echo "********************************"
echo "Running license texts checks"
echo "********************************"
bazel run //scripts:license_texts_check -- $(pwd)/app/src/main/res/values/third_party_dependencies.xml
Expand Down

0 comments on commit 5d10817

Please sign in to comment.