Skip to content

Commit 5263a0c

Browse files
author
xi xiao
committed
chore: test
1 parent d54c5eb commit 5263a0c

File tree

2 files changed

+10
-49
lines changed

2 files changed

+10
-49
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,13 @@ No.
115115

116116
- "How to load a .afmt.toml file?"
117117
`afmt -c path_to_file`. You can refer to `afmt -h` for more help info.
118+
119+
## 🤝 Contribution
120+
121+
It's considered a great contribution if you may report any issues
122+
123+
If you'd like to make PRs, please check the [github
124+
action](.github/workflows/pr-ci-merge-main.yml). Rules in a nutshell:
125+
1. PR branch name is `feature/what_ever_descriptive_name`
126+
2. ALL commit messages are [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#summary) compliant. We also recommend squashing into small numbers of commits.
127+
3. [rustfmt](https://github.com/rust-lang/rustfmt) and [clippy](https://github.com/rust-lang/rust-clippy) are happy.

tests/battle_test/repos.txt

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,2 @@
11
https://bitbucket.org/aidan_harding/sobjectindex.git
22
https://github.com/PropicSignifi/Query.apex.git
3-
https://github.com/SalesforceFoundation/Affiliations.git
4-
https://github.com/SalesforceFoundation/Contacts_and_Organizations.git
5-
https://github.com/SalesforceFoundation/EDA.git
6-
https://github.com/SalesforceFoundation/Households.git
7-
https://github.com/SalesforceFoundation/NPSP.git
8-
https://github.com/SalesforceFoundation/PMM.git
9-
https://github.com/SalesforceFoundation/Relationships.git
10-
https://github.com/SalesforceFoundation/Volunteers-for-Salesforce.git
11-
https://github.com/SalesforceLabs/EnhancedLightningGrid.git
12-
https://github.com/SalesforceLabs/Milestones-PM.git
13-
https://github.com/afawcett/apex-toolingapi.git
14-
https://github.com/afawcett/declarative-lookup-rollup-summaries.git
15-
https://github.com/afawcett/force-di.git
16-
https://github.com/apex-enterprise-patterns/fflib-apex-common-samplecode.git
17-
https://github.com/apexfarm/ApexTestKit.git
18-
https://github.com/benahm/TestDataFactory.git
19-
https://github.com/benedwards44/Apex-for-Xero.git
20-
https://github.com/box/box-salesforce-sdk.git
21-
https://github.com/choudharymanish8585/Apex-Development-Course.git
22-
https://github.com/dhoechst/Salesforce-Test-Factory.git
23-
https://github.com/douglascayers-org/sfdx-mass-action-scheduler.git
24-
https://github.com/dreamhouseapp/dreamhouse-sfdx.git
25-
https://github.com/financialforcedev/apex-mdapi.git
26-
https://github.com/financialforcedev/ffhttp-core.git
27-
https://github.com/financialforcedev/ffhttp-googlecloudprint.git
28-
https://github.com/financialforcedev/ffhttp-googledrive.git
29-
https://github.com/financialforcedev/ffhttp-googlesheets.git
30-
https://github.com/financialforcedev/fflib-apex-common.git
31-
https://github.com/financialforcedev/fflib-apex-mocks.git
32-
https://github.com/financialforcedev/orizuru-sample-app.git
33-
https://github.com/ipavlic/apex-fp.git
34-
https://github.com/ipavlic/apex-lambda.git
35-
https://github.com/jamessimone/apex-async-processor.git
36-
https://github.com/jamessimone/apex-dml-mocking.git
37-
https://github.com/jamessimone/apex-mocks-stress-test.git
38-
https://github.com/jamessimone/apex-rollup.git
39-
https://github.com/jamessimone/salesforce-round-robin.git
40-
https://github.com/jongpie/ApexUUID.git
41-
https://github.com/jongpie/NebulaLogger.git
42-
https://github.com/kevinohara80/sfdc-trigger-framework.git
43-
https://github.com/mbotos/SmartFactory-for-Force.com.git
44-
https://github.com/mitchspano/apex-trigger-actions-framework.git
45-
https://github.com/pdalcol/Zippex.git
46-
https://github.com/rsoesemann/visualforce-table-grid.git
47-
https://github.com/trailheadapps/apex-recipes.git
48-
https://github.com/twilio/twilio-salesforce.git
49-
https://github.com/rsoesemann/apex-domainbuilder.git
50-
https://github.com/rsoesemann/apex-unified-logging.git
51-
https://github.com/rsoesemann/unhappy-soup.git

0 commit comments

Comments
 (0)