Skip to content

Commit

Permalink
chore(lint): remove obsolete suppressions (#10040)
Browse files Browse the repository at this point in the history
closes: #8207

## Description

Cleanup of opting out of errors

### Security Considerations
none

### Scaling Considerations
none

### Documentation Considerations
none

### Testing Considerations
-

### Upgrade Considerations
none
  • Loading branch information
mergify[bot] committed Sep 10, 2024
2 parents 00f86bb + cfa955b commit bf1e645
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion packages/zoe/src/contractFacet/zcfMint.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { E } from '@endo/eventual-send';
import { AmountMath } from '@agoric/ertp';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contractFacet/zcfSeat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { annotateError, Fail } from '@endo/errors';
import { E } from '@endo/eventual-send';
import {
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contractFacet/zcfZygote.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { E } from '@endo/eventual-send';
import { passStyleOf } from '@endo/pass-style';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contractSupport/priceAuthority.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { q, Fail } from '@endo/errors';
import { E } from '@endo/eventual-send';
import { Far } from '@endo/marshal';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contractSupport/priceAuthorityInitial.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-check
// @jessie-check
/* eslint @typescript-eslint/no-floating-promises: "warn" */

import { E } from '@endo/far';
import { Far } from '@endo/marshal';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contractSupport/zoeHelpers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { E } from '@endo/eventual-send';
import { makePromiseKit } from '@endo/promise-kit';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/auction/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { E } from '@endo/eventual-send';
import { mustMatch } from '@endo/patterns';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/callSpread/payoffHandler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
/// <reference path="./types-ambient.js" />

import { E } from '@endo/eventual-send';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/callSpread/pricedCallSpread.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
/// <reference path="./types-ambient.js" />

import { Fail } from '@endo/errors';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/loan/scheduleLiquidation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { E } from '@endo/eventual-send';
import { AmountMath } from '@agoric/ertp';

Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/oracle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { assert, Fail } from '@endo/errors';
import { Far } from '@endo/marshal';
import { AmountMath } from '@agoric/ertp';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/priceAggregator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail, q } from '@endo/errors';
import { AmountMath, AssetKind, makeIssuerKit } from '@agoric/ertp';
import { assertAllDefined } from '@agoric/internal';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/contracts/sellItems.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { Far } from '@endo/marshal';
import { Nat } from '@endo/nat';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/zoeService/instanceAdminStorage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import {
canBeDurable,
makeScalarBigSetStore,
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/zoeService/originalZoeSeat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { SubscriberShape } from '@agoric/notifier';
import { E } from '@endo/eventual-send';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/zoeService/startInstance.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { E } from '@endo/eventual-send';
import { passStyleOf } from '@endo/marshal';
import {
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/zoeService/zoe.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @jessie-check
/* eslint @typescript-eslint/no-floating-promises: "warn" */

/**
* Zoe uses ERTP, the Electronic Rights Transfer Protocol
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/zoeService/zoeSeat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { Fail } from '@endo/errors';
import { prepareDurablePublishKit } from '@agoric/notifier';
import { E } from '@endo/eventual-send';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/tools/manualPriceAuthority.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @jessie-check
/* eslint @typescript-eslint/no-floating-promises: "warn" */

import { AmountMath, makeIssuerKit, AssetKind } from '@agoric/ertp';
import { E } from '@endo/eventual-send';
Expand Down
1 change: 0 additions & 1 deletion packages/zoe/tools/scriptedPriceAuthority.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-floating-promises: "warn" */
import { AmountMath, makeIssuerKit, AssetKind } from '@agoric/ertp';
import { E } from '@endo/eventual-send';
import { Far } from '@endo/marshal';
Expand Down

0 comments on commit bf1e645

Please sign in to comment.