diff options
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts b/server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts index f126e02f564..546a32c7799 100644 --- a/server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts +++ b/server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* eslint-disable sonarjs/no-duplicate-string */ + import { QualityGateApplicationStatus, QualityGateProjectStatus, |