Skip to content
Snippets Groups Projects

Added a check that inputs files don't use directly eos (they should use TestFileDB)

Merged Sebastien Ponce requested to merge sponce_testswtest into master
+ 7
0
@@ -54,3 +54,10 @@ repos:
name: disallow-checksums-update
entry: bash -c 'if git diff --cached --name-only | grep -q "^checksums"; then echo "Changes to checksums file are not allowed!"; exit 1; fi'
language: system
- id: test-inputs-use-testfiledb
name: test inputs use TestFileDB
description: make sure all inputs to test options files are going through FileTestDB
language: pygrep
types_or: [python, yaml]
exclude: ".pre-commit-config.yaml"
entry: 'eoslhcb.cern.ch//eos/lhcb/'
Loading