Skip to content

Commit 8a5d783

Browse files
authored
Skills require the header to be the first thing in the file which conflicts with the RAT check. Make an exception for this file. (#1501)
1 parent 4030997 commit 8a5d783

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

SKILL.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
<!---
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: datafusion-python
223
description: Use when the user is writing datafusion-python (Apache DataFusion Python bindings) DataFrame or SQL code. Covers imports, data loading, DataFrame operations, expression building, SQL-to-DataFrame mappings, idiomatic patterns, and common pitfalls.

dev/release/rat_exclude_files.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ benchmarks/tpch/create_tables.sql
4848
.cargo/config.toml
4949
**/.cargo/config.toml
5050
uv.lock
51-
examples/tpch/answers_sf1/*.tbl
51+
examples/tpch/answers_sf1/*.tbl
52+
SKILL.md

0 commit comments

Comments
 (0)