Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.73 KB

contributing.md

File metadata and controls

33 lines (25 loc) · 1.73 KB

Setup

Working on the code

  • Open test_runner/build.gradle.kts with IntelliJ IDEA Community
  • There's an issue tracker and project board
  • Run ./gradlew ktlintFormat to fix lint issues
  • Run ./gralew ktlintApplyToIdea to update Idea to use the ktlint settings

See the main readme for instructions on how to run the iOS and Android samples.

Adding new gcloud property common to iOS and Android

  • Add property to GcloudYml and update keys
  • Update IArgs with new property
  • Update AndroidArgs to reference the propery and update toString
  • Update IosArgs to reference the propery and toString
  • Add test to IosArgsTest
  • Add test to IosRunCommandTest and update empty_params_parse_null test
  • Add test to AndroidArgsTest
  • Add test to AndroidRunCommandTest and update empty_params_parse_null test
  • Update Android/iOS example config in README.md, flank.yml and flank.ios.yml

CLA

A CLA is required to contribute to flank. See walmart labs for more information. Google's open source policy explains why CLAs are commonly used