Skip to content

GitHub Actions - rules with relative paths#25

Open
trolit wants to merge 1 commit intomainfrom
feature/review-with-relative-paths
Open

GitHub Actions - rules with relative paths#25
trolit wants to merge 1 commit intomainfrom
feature/review-with-relative-paths

Conversation

@trolit
Copy link
Owner

@trolit trolit commented Sep 1, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 1, 2022

Invalid flow (base: main <- head: feature/review-with-relative-paths)

Comment on lines +1 to +4
// invalid
import pinoMultiTree from 'pino-multi-tree';
import Test123 from '@/components/Test123.vue';
import lodash from 'lodash';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep ascending order for keyword: import (packages)

Comment on lines +1 to +4
// invalid
const pinoMultiTree = require('pino-multi-tree');
const Test123 = require('@/helpers/Test123.js');
const lodash = require('lodash');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep ascending order for keyword: require (packages)

Comment on lines +1 to +13
// invalid
const pinoMultiTree = require('pino-multi-tree');
const Test123 = require('@/helpers/Test123.js');
const lodash = require('lodash');
const {
test1,
test2,
test3,
test4,
test5,
test6
} = require('@/helpers/Test1.js');
const Test1234567 = require('@/helpers/Test1234567.js');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep ascending order for keyword: require (services, helpers etc.)

@trolit trolit force-pushed the main branch 3 times, most recently from 459394f to d8a500d Compare September 2, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant