Git Product home page Git Product logo

robot-2021-offseason's Introduction

robot-2021-offseason

Formatting (pre-commit) Build And Test

Formatting with pre-commit

pre-commit is a tool that is used in this repository to check and apply style guidelines automatically. To install pre-commit into your system:

pip3 install pre-commit

Then under root directory install the git hooks like this:

pre-commit install

With this pre-commit will automatically run and check a list of styling including clang-format, end of files and trailing whitespaces whenever you run git commit. To run pre-commit any time other than git commit:

pre-commit run -a

Formatting with spotless

The formatting of the Java code will be checked with every CI build. Run the following command to fix formatting errors:

./gradlew spotlessApply

robot-2021-offseason's People

Contributors

vatanaksoytezer avatar emrecandabak avatar kahramanakyuz avatar oveymtarik57 avatar

Stargazers

Carabelli avatar Elizaveta G. avatar Burak Demirelli avatar  avatar

Watchers

James Cloos avatar  avatar

robot-2021-offseason's Issues

Fix readme spotlessJava part

spotlessJava has to be called like ./gradlew spotlessJavaApply first to fix format violations. then could use ./gradlew spotlessJavaCheck to check if they are fixed. Calling ./gradlew spotlessJava won't work.

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.