Skip to content

Commit 7d4f915

Browse files
committed
run lttf ignore
1 parent 4fbc7a5 commit 7d4f915

25 files changed

+25
-1
lines changed

app/components/class-field-description.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{! template-lint-disable no-invalid-interactive }}
12
<section class='{{@type}}'>
23
<h3 data-anchor='{{@field.name}}'>
34
<span class='{{@type}}-name'>{{@field.name}}</span>

app/styles/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* stylelint-disable no-descending-specificity, selector-class-pattern */
12
.article-title-wrapper {
23
display: flex;
34
justify-content: space-between;

app/templates/project-version/modules/module.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{! template-lint-disable no-invalid-link-text }}
12
<article class="chapter">
23
<div class="article-title-wrapper">
34
{{#if (eq this.model.name 'ember-data-overview')}}

prember-urls.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable node/no-extraneous-require */
12
const { readdirSync, existsSync } = require('fs');
23
const cmp = require('semver-compare');
34
const semver = require('semver');

run-tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable n/no-process-exit */
12
const spawn = require('spawndamnit');
23
const ember = `./node_modules/.bin/ember`;
34

tests/acceptance/anchors-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable qunit/no-assert-equal */
12
import { module, test } from 'qunit';
23
import { setupApplicationTest } from 'ember-qunit';
34
import { visit, click, findAll, currentURL } from '@ember/test-helpers';

tests/acceptance/class-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable qunit/no-assert-equal */
12
import { module, test } from 'qunit';
23
import { setupApplicationTest } from 'ember-qunit';
34
import { visit, click, findAll, currentURL } from '@ember/test-helpers';

tests/acceptance/convert-legacy-url-to-current-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable qunit/no-assert-equal */
12
import { currentURL, visit } from '@ember/test-helpers';
23
import { module, test } from 'qunit';
34
import { setupApplicationTest } from 'ember-qunit';

tests/acceptance/function-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable qunit/no-assert-equal */
12
import { module, test } from 'qunit';
23
import { setupApplicationTest } from 'ember-qunit';
34
import { visit, find } from '@ember/test-helpers';

tests/acceptance/items-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable qunit/no-assert-equal */
12
import { module, test } from 'qunit';
23
import { setupApplicationTest } from 'ember-qunit';
34
import { visit, click, findAll, currentURL } from '@ember/test-helpers';

0 commit comments

Comments
 (0)