Skip to content

Commit

Permalink
feat: strf-10477, strf-10457 Base-level rules and conditional multi f…
Browse files Browse the repository at this point in the history
…ile import
  • Loading branch information
jairo-bc committed Mar 30, 2023
1 parent 483c752 commit 037c4d5
Show file tree
Hide file tree
Showing 8 changed files with 343 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Tests

on:
pull_request:
branches: [master, main]
branches: [master, main, release-**]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion bin/stencil-scss-autofix.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('colors');
const program = require('../lib/commander');

const ThemeConfig = require('../lib/theme-config');
const NodeSassAutoFixer = require('../lib/NodeSassAutoFixer');
const NodeSassAutoFixer = require('../lib/nodeSass/AutoFixer');
const { THEME_PATH, PACKAGE_INFO } = require('../constants');
const { printCliResultErrorAndExit } = require('../lib/cliCommon');

Expand Down
280 changes: 0 additions & 280 deletions lib/NodeSassAutoFixer.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/bundle-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class BundleValidator {
this.validationTasks = [
this._validateThemeConfiguration.bind(this),
this._validateThemeSchema.bind(this),
// this._validateSchemaTranslations.bind(this),
this._validateSchemaTranslations.bind(this),
this._validateTemplatesFrontmatter.bind(this),
this._validateCssFiles.bind(this),
];
Expand Down
Loading

0 comments on commit 037c4d5

Please sign in to comment.