kbase / staging_service

MIT License
0 stars 9 forks source link

DATAUP-549: Add an incorrect column count error type #140

Closed MrCreosote closed 3 years ago

MrCreosote commented 3 years ago

The idea behind this change is that the front end can provide detailed instructions re how to fix this error - e.g. look for an incorrect number of separators in xSV files or delete rows and columns outside the data block in Excel files.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

briehl commented 3 years ago

I just want to mark my annoyance that Codacy is whining about asserts in testing files that are made for pytest.

MrCreosote commented 3 years ago

I just want to mark my annoyance that Codacy is whining about asserts in testing files that are made for pytest.

Yeah, I'm not the world's biggest fan

bio-boris commented 3 years ago

That is bandit rule B101. Codacy uses bandit among other things. Set it to ignore that rule for this repo.