Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/task improve linting of projects #175

Merged
merged 2 commits into from Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`fogos_api` - `v0.0.1+2`](#fogos_api---v0012)
- [`fogospt` - `v1.0.2`](#fogospt---v102)
- [`fogospt_admin` - `v1.0.2`](#fogospt_admin---v102)
- [`warnings_api` - `v0.0.1+2`](#warnings_api---v0012)

---

#### `fogos_api` - `v0.0.1+2`

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

#### `fogospt` - `v1.0.2`

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

#### `fogospt_admin` - `v1.0.2`

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

#### `warnings_api` - `v0.0.1+2`

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))


## 2024-03-17

### Changes
Expand Down
4 changes: 4 additions & 0 deletions apps/fogospt/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.2

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

## 1.0.1

- **REFACTOR**: fix lint issues. ([d50019e0](https://github.com/FogosPT/fogospt.git/commit/d50019e0457b6fd454fbd0b3050d0574ef6e0e0e))
Expand Down
26 changes: 0 additions & 26 deletions apps/fogospt/analysis_options.yaml
@@ -1,28 +1,2 @@
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
# include: package:flutter_lints/flutter.yaml

linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at https://dart.dev/lints.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
4 changes: 2 additions & 2 deletions apps/fogospt/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: fogospt
description: "A new Flutter project."
publish_to: 'none'

version: 1.0.1
version: 1.0.2

environment:
sdk: '^3.3.0'
Expand All @@ -20,7 +20,7 @@ dependencies:
freezed: ^2.4.7
sentry: ^7.18.0

fogos_api: 0.0.1+1
fogos_api: 0.0.1+2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions apps/fogospt_admin/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.2

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

## 1.0.1

- **REFACTOR**: fix lint issues. ([d50019e0](https://github.com/FogosPT/fogospt.git/commit/d50019e0457b6fd454fbd0b3050d0574ef6e0e0e))
Expand Down
28 changes: 1 addition & 27 deletions apps/fogospt_admin/analysis_options.yaml
@@ -1,28 +1,2 @@
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
# include: package:flutter_lints/flutter.yaml

linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at https://dart.dev/lints.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
rules:
2 changes: 1 addition & 1 deletion apps/fogospt_admin/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: fogospt_admin
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.1
version: 1.0.2

environment:
sdk: '^3.3.0'
Expand Down
4 changes: 4 additions & 0 deletions packages/fogos_api/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.0.1+2

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

## 0.0.1+1

- **REFACTOR**: fix lint issues. ([d50019e0](https://github.com/FogosPT/fogospt.git/commit/d50019e0457b6fd454fbd0b3050d0574ef6e0e0e))
Expand Down
4 changes: 2 additions & 2 deletions packages/fogos_api/pubspec.yaml
@@ -1,6 +1,6 @@
name: fogos_api
description: "A new Flutter package project."
version: 0.0.1+1
version: 0.0.1+2
publish_to: none

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
warnings_api: 0.0.1+1
warnings_api: 0.0.1+2



Expand Down
4 changes: 4 additions & 0 deletions packages/warnings_api/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.0.1+2

- **REFACTOR**: format files and update dependencies. ([73f6ba83](https://github.com/FogosPT/fogospt.git/commit/73f6ba83afae33b0e7bb3f642975d359fbe4b07a))

## 0.0.1+1

- **REFACTOR**: fix lint issues. ([d50019e0](https://github.com/FogosPT/fogospt.git/commit/d50019e0457b6fd454fbd0b3050d0574ef6e0e0e))
Expand Down
2 changes: 1 addition & 1 deletion packages/warnings_api/pubspec.yaml
@@ -1,6 +1,6 @@
name: warnings_api
description: "A new Flutter package project."
version: 0.0.1+1
version: 0.0.1+2
publish_to: none

environment:
Expand Down