Skip to content

Commit

Permalink
[ Edit ] minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Nov 17, 2023
1 parent 7b8f5f7 commit effc4d0
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/ config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
blank_issues_enabled: false

blank_issues_enabled: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: "fix: "
labels: bug
---


**Description**

A clear and concise description of what the bug is.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Clearly describe what you are looking to add. The more context the better.
**Additional Context**

Add any other context or screenshots about the feature request go here.

1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
- [ ] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore

3 changes: 1 addition & 2 deletions .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
}
],
"useGitignore": true,
"words": [
]
"words": []
}
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ updates:
directory: "/"
schedule:
interval: "daily"

1 change: 1 addition & 0 deletions .github/workflows/langsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
- name: 🔎 Verify version
run: dart run test --run-skipped -t version-verify

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pubspec.lock
coverage/
.test_runner.dart
.idea
bin/langsync.exe
bin/langsync.exe
2 changes: 1 addition & 1 deletion .pubignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
readm.md
readm.md
24 changes: 12 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "langsync",
"request": "launch",
"type": "dart"
}
]
}
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "langsync",
"request": "launch",
"type": "dart"
}
]
}
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include: package:very_good_analysis/analysis_options.4.0.0.yaml
linter:
rules:
public_member_api_docs: false

2 changes: 1 addition & 1 deletion coverage_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion dart_test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tags:
version-verify:
skip: "Should only be run during pull request. Verifies if version file is updated."
skip: "Should only be run during pull request. Verifies if version file is updated."

1 change: 1 addition & 0 deletions test/ensure_build_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library ensure_build_test;

import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';
//

void main() {
test('ensure_build', expectBuildClean);
Expand Down
3 changes: 3 additions & 0 deletions test/src/commands/update_command_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ void main() {

group('update', () {
late PubUpdater pubUpdater;

late Logger logger;

late ProcessResult processResult;

late LangsyncCommandRunner commandRunner;

setUp(() {
Expand Down

0 comments on commit effc4d0

Please sign in to comment.