diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-03-17 11:21:51 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-03-17 11:21:51 +0100 |
commit | 26911c74d9e194ec7c5449ee51f140919a9c9e02 (patch) | |
tree | 17d09f4ac4516d0300979f296ccf57b2a68cb5ea /server/sonar-web/.eslintignore | |
parent | 5014d19ef9cb29a12a3ba8f13c4c0ce5729742e6 (diff) | |
download | sonarqube-26911c74d9e194ec7c5449ee51f140919a9c9e02.tar.gz sonarqube-26911c74d9e194ec7c5449ee51f140919a9c9e02.zip |
do not lint GlobalFooterBranding
it's replaced by another file during the build
Diffstat (limited to 'server/sonar-web/.eslintignore')
-rw-r--r-- | server/sonar-web/.eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/.eslintignore b/server/sonar-web/.eslintignore index 80fae5d334e..fbff2a98255 100644 --- a/server/sonar-web/.eslintignore +++ b/server/sonar-web/.eslintignore @@ -1,4 +1,5 @@ src/main/js/libs +src/main/js/app/components/GlobalFooterBranding.js tests scripts config |