mbucc / 320-S22-Track2

UMass 320, Spring 2022
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Skipping all tests #195

Closed NewViewDev closed 2 years ago

NewViewDev commented 2 years ago

The addition of gitattributes should make git use LF line endings instead of the default CRLF. This will prevent the lint errors from continuously showing up

Aditionally, I would like for all tests to be skipped, and have each team re-enable them as they work. Currently Jenkins checks are turned off because during maintenance an error was pushed. Trying to fix the errors to turn Jenkins back on has been futile as things end up being pushed to the main, and things change before Jenkins can be reactivated.

Therefore, this seems like the safest option, though unideal. I can work with the various teams to re-enable tests if it is requested of me.