Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: review fixes
Browse files Browse the repository at this point in the history
viladimiru committed Dec 4, 2023
1 parent a0c5cdb commit 8879951
Showing 5 changed files with 1 addition and 55 deletions.
7 changes: 0 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -21,13 +21,6 @@
"@typescript-eslint/explicit-function-return-type": "off"
}
},
// This override allow to avoid error `module not found`
{
"files": "jest.config.js",
"env": {
"node": true
}
},
{
"files": ["**/parser-extension.js", "src/autocomplete/lib/parsing.js"],
"rules": {
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

/* eslint-env node */
module.exports = {
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx', 'json'],
transform: {
16 changes: 0 additions & 16 deletions src/autocomplete/parsers/clickhouse/parser-extension.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Please note that the code below is the modified code distributed on the terms, mentioned below.
// The copyright for the changes belongs to YANDEX LLC.
//
16 changes: 0 additions & 16 deletions src/autocomplete/parsers/generic/parser-extension.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Please note that the code below is the modified code distributed on the terms, mentioned below.
// The copyright for the changes belongs to YANDEX LLC.
//
16 changes: 0 additions & 16 deletions src/autocomplete/parsers/postgresql/parser-extension.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Please note that the code below is the modified code distributed on the terms, mentioned below.
// The copyright for the changes belongs to YANDEX LLC.
//

0 comments on commit 8879951

Please sign in to comment.