Skip to content
Snippets Groups Projects

Add validation rules for silecs design deploy files

Merged m.nabywaniec requested to merge 61-validation-rules into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -149,7+149,7 @@
def create_backup_file(filepath):
backup_file = filepath + ".backup"
with open(backup_file, 'w+'):
shutil.copyfile(src=filepath, dst=backup_file)
def get_version_underscored_tiny_as_x(version):
@@ -324,7+324,7 @@
print(e)
return False
# TODO: Implement jave-rules - See here for details: https://gitlab.com/al.schwinn/silecs-cli/-/issues/3
def silecs_validate(file_paths):
for path in file_paths:
Loading