Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

384 linter #385

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

384 linter #385

wants to merge 17 commits into from

Commits on Apr 16, 2017

  1. Configuration menu
    Copy the full SHA
    463378f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd378fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e664f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7001ad5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e20ce37 View commit details
    Browse the repository at this point in the history
  6. #384 Show how to enforce line legth limit of 80 characters. Do not en…

    …force the rule becasuse there are several violators.
    walkerrandolphsmith committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    2222171 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a945a8 View commit details
    Browse the repository at this point in the history
  8. #384 Enforce braces on the same line. currently the average (mode) st…

    …yle used is Stroustrup.
    
    Stroustrup: formatting where else statements in an if-else construct, as well as catch and finally, must be on its own line after the preceding closing brace
    walkerrandolphsmith committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    05d3a89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b1d0ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd5e905 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec70849 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c2487c View commit details
    Browse the repository at this point in the history
  13. #384 Enfore requiring a comma after and on the same line as an array …

    …element, object property, or variable declaration
    walkerrandolphsmith committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    3c9d1a4 View commit details
    Browse the repository at this point in the history
  14. #384 Show how to enfore === !=== equality comparators. Many violators…

    … made me decied to punt on enforcing strict equality comparators
    walkerrandolphsmith committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    8a4c6f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41d1359 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b2765e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d342f3 View commit details
    Browse the repository at this point in the history