Skip to content

Commit 1bc5f26

Browse files
committed
add exception for copyright requirement
1 parent ec23d17 commit 1bc5f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemini/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and the CI testing ensures that the code is formatted correctly.
1414
- `[NIT]`: Idiomatic improvements or minor naming suggestions.
1515
- **Focus:** Prioritize logic, performance on the UI thread, and architectural consistency.
1616
- **No Empty Praise:** Do not leave "Looks good" or "Nice change" comments. If there are no issues, leave no comments.
17-
- **Copyright Headers:** Ensure all new files have a proper copyright header with the current year. For example:
17+
- **Copyright Headers:** Ensure all new files (except for agent skills and generated files) have a proper copyright header with the current year. For example:
1818
```
1919
// Copyright 2026 The Flutter Authors
2020
// Use of this source code is governed by a BSD-style license that can be

0 commit comments

Comments
 (0)