Skip to content

Commit

Permalink
chore: Fix Sonar smells
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Sep 13, 2022
1 parent cffc4b0 commit 9ba18b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.projectVersion=3.12.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**,*.config.js,*.setup.js
sonar.exclusions=node_modules/**,*.config.js,*.setup.js,test/functional/fixtures/**/*
sonar.test.exclusions=test/**/*
sonar.coverage.exclusions=test/**/*,src/scaffold/mocks/**/*
sonar.cpd.exclusions=test/**
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-proxy/src/Plugin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO, publish as a handler, not as a plugin
const ProxyRoutesHandler = require("./ProxyRoutesHandler");

class Plugin {
Expand Down

0 comments on commit 9ba18b3

Please sign in to comment.