zalando/zally

Improve UseSpecificHttpStatusCodes Rule

Open

#550 opened on Oct 5, 2017

 (3 comments) (0 reactions) (0 assignees)Kotlin (156 forks)auto 404
good first issuequestionrule change

Repository metrics

Stars
 (945 stars)
PR merge metrics
 (PR metrics pending)

Description

Check implementation should be aligned more to Guideline Rule 150.

Acceptance Criteria

  • List of standardized HTTP response codes is compiled (research needed)
  • Both aspects are covered:
    1. Response code is a standardized HTTP code
    2. Response code is used in the specified HTTP method

Contributor guide