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

Check for named constants #86

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

Commits on Jan 28, 2019

  1. Check for named constants

    Eg remove $six = 6
    
    or $week = 7
    
    These sorts of numbers are still magic, fixes povils#83
    exussum12 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    ebd6a7e View commit details
    Browse the repository at this point in the history
  2. PSR-2

    exussum12 authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    0862546 View commit details
    Browse the repository at this point in the history
  3. PSR-2

    exussum12 authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    ee2fa2c View commit details
    Browse the repository at this point in the history
  4. Minor fix

    exussum12 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    711f66f View commit details
    Browse the repository at this point in the history
  5. debug failing build

    exussum12 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    2553540 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. remove magic number from test

    All tests should pass now
    exussum12 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    a98593b View commit details
    Browse the repository at this point in the history
  2. Rename file back

    exussum12 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    340a32b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0072aa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    e0b610f View commit details
    Browse the repository at this point in the history
  2. Fix for povils#92

    exussum12 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    8f1dff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. actual fix

    exussum12 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    9c676df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb6a9a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    97d3287 View commit details
    Browse the repository at this point in the history
  2. Add missing bits

    exussum12 committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    7895b80 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. CS fixes

    exussum12 committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    88d529e View commit details
    Browse the repository at this point in the history
  2. attempt appveyor fix

    exussum12 committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    061317a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Minor fix

    exussum12 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    a869472 View commit details
    Browse the repository at this point in the history