DarkIntaqt / challenges

A League of Legends 3rd-party website tracking Challenges, serving leaderboards and much more...

Home Page:https://challenges.darkintaqt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix 7 Maintainability issues in multiple files

DarkIntaqt opened this issue · comments

CodeFactor found multiple issues:

Unexpected extra semicolon (no-extra-semicolons)

Unexpected duplicate selector ".levelup #levelup", first used at line 191 (no-duplicate-selectors)

Unexpected longhand value '0px 5px 5px 5px' instead of '0px 5px 5px' (shorthand-property-no-redundant-values)

Unexpected longhand value '20px 5px 5px 5px' instead of '20px 5px 5px' (shorthand-property-no-redundant-values)

Unexpected empty block (block-no-empty)

Unexpected shorthand "border-top" after "border-top-color" (declaration-block-no-shorthand-property-overrides)

Unexpected longhand value '20px 20% 0 20%' instead of '20px 20% 0' (shorthand-property-no-redundant-values)