Source code for LbAPCommon.linting
###############################################################################
# (c) Copyright 2020-2022 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
[docs]def lint_all(data):
"""Placeholder for linting.
Args:
data: ...
Raises:
NotImplementedError: This function is not implemented.
"""
raise NotImplementedError()