OperationCode / operationcode_backend

This is the backend repo for the Operation Code website

Home Page:https://operationcode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubocop is too strict on windows

apex-omontgomery opened this issue · comments

Bug Report

What is the current behavior?

make rubocop should lint the files. Using Windows the carriage return characters for line endings make a lint offense. git normalizes line endings and shouldn't be considered.

When I run lint I get 253 offenses detected.

What is the expected behavior?

Use git line ending check to prevent, turn off line ending checks.

What steps did you take to get this behavior?

Additional Info

Operating System

Windows

Browser

N/A

Screenshots

image

Fixed with #391