Giter VIP home page Giter VIP logo

Comments (1)

pdehaan avatar pdehaan commented on May 22, 2024

Current output is:

➜  activity-streams git:(master) ✗ ./node_modules/.bin/sass-lint -v -q

content-src/components/ActivityFeed/ActivityFeed.scss
   2:3   warning  Expected `margin`, found `font-size`      property-sort-order
  10:3   warning  Expected `display`, found `padding-left`  property-sort-order
  19:33  warning  Space expected around operator            space-around-operator
  19:55  warning  Space expected around operator            space-around-operator
  22:1   warning  Space expected between blocks             empty-line-between-blocks
  25:34  warning  Space expected around operator            space-around-operator
  25:56  warning  Space expected around operator            space-around-operator
  28:1   warning  Space expected between blocks             empty-line-between-blocks
  29:5   warning  Expected `display`, found `content`       property-sort-order
  29:14  warning  Strings must use single quotes            quotes
  39:31  warning  Space expected around operator            space-around-operator
  39:53  warning  Space expected around operator            space-around-operator
  41:1   warning  Space expected between blocks             empty-line-between-blocks
  42:5   warning  Expected `display`, found `content`       property-sort-order
  42:14  warning  Strings must use single quotes            quotes
  49:34  warning  Space expected around operator            space-around-operator
  60:1   warning  Space expected between blocks             empty-line-between-blocks
  66:1   warning  Space expected between blocks             empty-line-between-blocks
  72:7   warning  Expected `margin`, found `font-weight`    property-sort-order
  79:1   warning  Space expected between blocks             empty-line-between-blocks
  80:7   warning  Expected `display`, found `font-size`     property-sort-order

content-src/components/Base/Base.scss
  1:1  warning  ID selectors not allowed             no-ids
  2:3  warning  Expected `display`, found `height`   property-sort-order
  8:3  warning  Expected `display`, found `padding`  property-sort-order

content-src/components/Header/Header.scss
   4:3   warning  Duplicate properties are not allowed within a block                               no-duplicate-properties
   7:15  warning  Color literals such as 'fff' should only be used in variable declarations         no-color-literals
   7:15  error    Hex notation should all be upper case                                             hex-notation
   8:28  warning  Color literals such as 'dfe0e1' should only be used in variable declarations      no-color-literals
   8:28  error    Hex notation should all be upper case                                             hex-notation
  14:5   warning  Expected `margin`, found `font-size`                                              property-sort-order
  19:5   warning  Expected `display`, found `align-items`                                           property-sort-order
  27:19  warning  Color literals such as 'F3F4F6' should only be used in variable declarations      no-color-literals
  28:38  warning  Color literals such as 'F3F4F6' should not be passed to functions, use variables  no-color-literals
  38:1   warning  Space expected between blocks                                                     empty-line-between-blocks
  51:3   warning  Expected `margin`, found `background`                                             property-sort-order
  51:15  warning  Color literals such as 'F3F4F6' should only be used in variable declarations      no-color-literals
  52:28  warning  Color literals such as 'F3F4F6' should not be passed to functions, use variables  no-color-literals
  62:1   warning  Space expected between blocks                                                     empty-line-between-blocks
  67:1   warning  Space expected between blocks                                                     empty-line-between-blocks
  68:26  warning  Color literals such as 'F3F4F6' should not be passed to functions, use variables  no-color-literals

content-src/components/NewTabPage/NewTabPage.scss
   1:5  warning  Qualifying elements are not allowed for class selectors       no-qualifying-elements
   1:5  warning  Class `.new-tab` should be nested within its parent selector  force-element-nesting
  11:1  warning  Space expected between blocks                                 empty-line-between-blocks
  15:1  warning  Space expected between blocks                                 empty-line-between-blocks

content-src/components/TimelinePage/TimelinePage.scss
   1:5   warning  Qualifying elements are not allowed for class selectors                       no-qualifying-elements
   1:5   warning  Class `.timeline` should be nested within its parent selector                 force-element-nesting
   3:1   warning  Space expected between blocks                                                 empty-line-between-blocks
   4:5   warning  Expected `margin`, found `max-width`                                          property-sort-order
   7:1   warning  Space expected between blocks                                                 empty-line-between-blocks
   7:6   warning  Qualifying elements are not allowed for class selectors                       no-qualifying-elements
   7:6   warning  Class `.sidebar` should be nested within its parent selector                  force-element-nesting
   8:5   warning  Expected `display`, found `color`                                             property-sort-order
   8:12  warning  Color literals such as '888B92' should only be used in variable declarations  no-color-literals
  13:1   warning  Space expected between blocks                                                 empty-line-between-blocks
  14:7   warning  Expected `margin`, found `list-style`                                         property-sort-order
  18:1   warning  Space expected between blocks                                                 empty-line-between-blocks
  23:1   warning  Space expected between blocks                                                 empty-line-between-blocks
  27:1   warning  Space expected between blocks                                                 empty-line-between-blocks
  28:32  warning  Color literals such as 'E14164' should only be used in variable declarations  no-color-literals
  32:1   warning  Space expected between blocks                                                 empty-line-between-blocks
  32:10  warning  Qualifying elements are not allowed for class selectors                       no-qualifying-elements
  32:10  warning  Class `.content` should be nested within its parent selector                  force-element-nesting

content-src/components/TopSites/TopSites.scss
   6:1   warning  Space expected between blocks                                              empty-line-between-blocks
   7:5   warning  Expected `display`, found `border`                                         property-sort-order
   8:5   warning  Expected `margin`, found `border-radius`                                   property-sort-order
  28:25  warning  Color literals such as 'FFF' should only be used in variable declarations  no-color-literals
  47:13  warning  Class `.tile-title` should be nested within its parent pseudoClass         force-element-nesting

content-src/main.scss
   6:1  warning  ID selectors not allowed       no-ids
  21:1  warning  Space expected between blocks  empty-line-between-blocks

content-src/styles/normalize.scss
   6:3   warning  Selectors must be placed on new lines                               single-line-per-selector
   6:5   warning  Pseudo-class `:before` should be nested within its parent selector  force-pseudo-nesting
   6:13  warning  Selectors must be placed on new lines                               single-line-per-selector
   6:15  warning  Pseudo-class `:after` should be nested within its parent selector   force-pseudo-nesting
  21:17  warning  !important not allowed                                              no-important

content-src/styles/variables.scss
  21:29  error    Hex notation should all be upper case                            hex-notation
  22:25  warning  Color 'white' should be written in its hexadecimal form #ffffff  no-color-keywords
  25:19  error    Hex notation should all be upper case                            hex-notation
  28:31  warning  Color 'white' should be written in its hexadecimal form #ffffff  no-color-keywords

✖ 78 problems (4 errors, 74 warnings)

from activity-stream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.