We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55019f2 commit f7217eaCopy full SHA for f7217ea
Makefile
@@ -89,7 +89,7 @@ green_file: format
89
|| git restore .
90
chmod g+w -R .
91
92
-refactor: format
+refactor_file: format
93
Rscript -e "devtools::test_active_file('${file}',stop_on_failure = TRUE)" \
94
&& (git add R/*.R ${file} && git commit -m "♻️ Refactor") \
95
0 commit comments