GithubHelp home page GithubHelp logo

checkstyle-intro's Introduction

Checkstyle Introduction

In this repository, you will find code that has some code style issues. Your task is to identify and fix all the checkstyle issues.

First, try to review the code independently to detect the code style issues and fix them. When you are ready, you can execute the mvn clean package command. Observe the console output, where you will either see a message indicating that the build was successful, or a list of code style issues that need to be addressed.

Continue to fix all code style issues until you receive console output similar to this:

...

[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ diamond ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 

...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ diamond ---
[INFO] Building jar: /home/runner/work/checkstyle-intro/checkstyle-intro/target/diamond-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.658 s
[INFO] Finished at: 2024-01-18T10:48:28Z
[INFO] ------------------------------------------------------------------------

... 

NOTE: Some parts of the console log have been omitted and replaced with ....

NOTE 2: Pay special attention to the lines [INFO] You have 0 Checkstyle violations. and [INFO] BUILD SUCCESS. These lines indicate the successful completion of our task.

Once you are ready, don't forget to create a PR with your solution and verify all GitHub checks passed.

Good luck!

checkstyle-intro's People

Contributors

boroda4436 avatar resci avatar sofasmile avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.