mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Refactor the license check to be a generic presubmit check (#131)
* Refactor the license check to be a generic presubmit check This includes all of the old presubmits that were in our METADATA file that are still valid. * Responses to CR Added docstrings, refactored the file finder, changed variable names, and formatted the file * More respones to CR
This commit is contained in:
parent
4150dc69cb
commit
dae8923bd1
4 changed files with 184 additions and 51 deletions
|
@ -727,7 +727,7 @@ public class BigqueryConnection implements AutoCloseable {
|
|||
.setProjectId(getProjectId())
|
||||
.setDatasetId(datasetName)))
|
||||
.execute();
|
||||
System.err.printf("Created dataset: %s:%s\n", getProjectId(), datasetName);
|
||||
logger.atInfo().log("Created dataset: %s:%s\n", getProjectId(), datasetName);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue