Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !345

SCSS-Lint Configuration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge tg-scss-lint-config into master Dec 16, 2015
  • Overview 1
  • Commits 4
  • Pipelines 0
  • Changes 3

Created by: tysongach

  • Rename SCSS-Lint configuration file
    • This more easily allows the running of SCSS-Lint locally from the command line, while still setting Hound up to use this configuration, as well.
    • The reason is because when you run SCSS-Lint locally from the command line, it looks for a file in the current working directory called .scss-lint.yml.
    • More info: https://github.com/brigade/scss-lint#configuration
  • Remove incorrect SCSS-Lint option
    • This is not an option for the SelectorFormat linter: https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README.md#selectorformat
    • It was likely mistakingly taken from the NameFormat linter
  • Update SCSS-Lint config
    • Align with thoughtbot's style guide: https://github.com/thoughtbot/guides/tree/master/style/sass
  • Indicate which version of SCSS-Lint our config aligns to
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tg-scss-lint-config