Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.25 KB

File metadata and controls

39 lines (25 loc) · 1.25 KB

Eclipse FA³ST Codestyle

FA³ST Logo Light FA³ST Logo Dark

This project provides the codestyle checks used in all components of the FA³ST Ecosystem.

It uses Spotless and Checkstyle and include all required configuration files.

Usage

Maven

<dependency>
	<groupId>org.eclipse.digitaltwin.fa3st</groupId>
	<artifactId>fa3st-codestyle</artifactId>
	<version>1.0.0-SNAPSHOT</version>
</dependency>

Gradle

implementation 'org.eclipse.digitaltwin.fa3st:fa3st-codestyle:1.0.0-SNAPSHOT'

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions are greatly appreciated. You can find our contribution guidelines here

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Copyright (C) 2025 the Eclipse FA³ST Authors.

You should have received a copy of the Apache 2.0 License along with this program. If not, see https://www.apache.org/licenses/LICENSE-2.0.html.