Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

fix: convert all arguments to lowercase #309

Closed
wants to merge 9 commits into from
Closed

Commits on May 21, 2020

  1. fix: convert all arguments to lowercase

    If you're checking the lower-case value is included within an array that may not be lower-case, that's pointless and may result in cases where the condition is never true. For example, you want to match an upper-case string in a string[], but because this checks lower-case, it will _never_ be true.
    lze3 authored May 21, 2020
    Configuration menu
    Copy the full SHA
    1c566b0 View commit details
    Browse the repository at this point in the history
  2. fix: syntax error

    lze3 authored May 21, 2020
    Configuration menu
    Copy the full SHA
    0ae1dce View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    20c004f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Revert "fix: syntax error"

    This reverts commit 0ae1dce
    zeemah committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    42e13d1 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: convert all arguments to lowercase"

    This reverts commit 1c566b0
    zeemah committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    35267f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e17f70e View commit details
    Browse the repository at this point in the history
  4. fix: linting (i suck at this)

    zeemah committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    9b13eaa View commit details
    Browse the repository at this point in the history
  5. fix: linting (i suck at this)

    zeemah committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    fc3f90d View commit details
    Browse the repository at this point in the history
  6. fix: all arguments of 'oneOf' should be specified as lower-case

    (cherry picked from commit e17f70e)
    zeemah committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    17f17d6 View commit details
    Browse the repository at this point in the history