oparlint-suites 0.0.2

Lint suites that can be run by oparlint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: Politik im Blick developers
// SPDX-FileCopyrightText: Wolfgang Silbermayr <wolfgang@silbermayr.at>
//
// SPDX-License-Identifier: AGPL-3.0-or-later OR EUPL-1.2

//! Lint suites for checking the system endpoint and data types of an OParl service.

mod oparl_version_field_suite;
mod other_oparl_versions_suite;
mod system_suite;

use oparl_version_field_suite::OParlVersionFieldSuite;
use other_oparl_versions_suite::OtherOParlVersionsSuite;
pub use system_suite::SystemSuite;