Skip to content

Commit

Permalink
Merge pull request #72 from worldbank/release-v3.0
Browse files Browse the repository at this point in the history
Release v3.0 - major release - add linter to repkit
  • Loading branch information
kbjarkefur authored Sep 26, 2024
2 parents ea3d877 + 7328063 commit 41fe7a1
Show file tree
Hide file tree
Showing 40 changed files with 3,142 additions and 33 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
* In repkit, ignore reproot files in test files
/**/tests/**/reproot.yaml

* in reprun, unignore the images folder
!src/vignettes/img/*.png

#######################
# For performance reasons, if a folder is already ignored, then
# GitHub does not check the content for that folder for matches
Expand All @@ -56,6 +59,9 @@
!src/stata.toc
!src/*.pkg

# Python
!/**/*.py

# Markdown and web docs files
!/**/*.md
!src/dev/assets/*.png
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Currently, this toolkit has the following commands:
| [reproot](https://worldbank.github.io/repkit/reference/reproot.html) | This command allows teams to dynamically set root-paths with no manual user-specific set-up, in both single-rooted and multi-rooted projects. |
| [reproot_setup](https://worldbank.github.io/repkit/reference/reproot_setup.html) | This command helps setting up the environment setting file used in `reproot` |
| [reprun](https://worldbank.github.io/repkit/reference/reprun.html) | This command is used to automate reproducibility checks by running a do-file or a set of do-files and compare all state values (RNG-value, datasignature etc.) between the two runs. This command is currently only release as a beta-version. |
| lint | `lint` is an opinionated detector that attempts to improve the readability and organization of Stata do files. The command is written based on the good coding practices of the Development Impact Evaluation Unit at The World Bank.|

# Installation

Expand Down
Loading

0 comments on commit 41fe7a1

Please sign in to comment.