IcaliaLabs / guides

A set of rules we use at @icalialabs to build better software
295 stars 45 forks source link

Rubocop linter fails #108

Open kurenn opened 5 years ago

kurenn commented 5 years ago

While setting my VSCode through the guide, I find that the .rubocop-base.yml fails, here is the output:

/home/kurenn/.rubocop.yml: Rails/SafeNavigation has the wrong namespace - should be Style /home/kurenn/.rubocop-base.yml:1388: `AutoCorrect` is concealed by line 1409 /home/kurenn/.rubocop-base.yml: Style/EmptyLineAfterGuardClause has the wrong namespace - should be Layout /home/kurenn/.rubocop-base.yml: Style/FlipFlop has the wrong namespace - should be Lint /home/kurenn/.rubocop-base.yml: Performance/RedundantSortBy has the wrong namespace - should be Style /home/kurenn/.rubocop-base.yml: Performance/Sample has the wrong namespace - should be Style Warning: unrecognized cop Performance/Caller found in /home/kurenn/.rubocop-base.yml Warning: unrecognized cop Performance/CaseWhenSplat found in /home/kurenn/.rubocop-base.yml Warning: unrecognized cop Performance/Casecmp found in /home/kurenn/.rubocop-base.yml Warning: unrecognized cop Performance/CompareWithBlock found in /home/kurenn/.rubocop-base.yml Warning: unrecognized cop Performance/Count found in /home/kurenn/.rubocop-base.yml W...

Screenshot from 2019-09-09 13-25-42