Giter Site home page Giter Site logo

checkstyle-config's Introduction

Checkstyle Config

Contains the checkstyle configuration used for all Java code at Skatteetaten. It is mandatory to include one of the two profiles in your build for internal code at Skatteetaten.

checkstyle-config's People

Contributors

aerlant avatar arevatte avatar bentsolheim avatar bjartek avatar furode avatar martinrodland avatar reftel avatar stenaksel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

checkstyle-config's Issues

Øke linjelengde til 180 tegn

Jeg vil gjerne forslå at vi øker antall tegn per linje. I praksis blir denne regelen oftest ignorert og takket 'broken window theorem' fører det ofte at man også ignorerer andre regler.

180 tegn kan vises på nesten alle skjerm og innimellom er lange linjer mer lesbar enn mange.

Enable ignoreOverriddenMethods on ParameterNumber

When overriding a method that has more than the permitted number of parameters, the ruleset currently complains at the site of the overriding method. This makes little sense, as there's unlikely that there is anything the implementor of the overriding method can do, except to add a @Suppress("ParameterNumber") - it's the overridden method that is the problem.
Therefore we should enable the ignoreOverriddenMethods flag on the check, so that users don't need to add suppressions themselves.

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.