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

Add Support for 'package:' configs #205

Merged
merged 35 commits into from
Jan 9, 2024
Merged

Commits on Nov 23, 2023

  1. Add support for including 'package:' configs

    Daniil Marchenko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8c53401 View commit details
    Browse the repository at this point in the history
  2. Dart SDK -> 3.2.0

    Daniil Marchenko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    98931bc View commit details
    Browse the repository at this point in the history
  3. removed unnecessary check

    Daniil Marchenko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d7acbd7 View commit details
    Browse the repository at this point in the history
  4. isAbsolute check

    Daniil Marchenko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    408cbdc View commit details
    Browse the repository at this point in the history
  5. Revert "Dart SDK -> 3.2.0"

    This reverts commit 98931bc.
    Daniil Marchenko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0348204 View commit details
    Browse the repository at this point in the history
  6. added test

    Daniil Marchenko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    96f3d2f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. converted to async

    Daniil Marchenko committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1caf5aa View commit details
    Browse the repository at this point in the history
  2. added test

    Daniil Marchenko committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2ec8d91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from solid-software/add-support-for-package-con…

    …figs
    
    Add support for including 'package:' configs
    Daniil Marchenko authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e37117c View commit details
    Browse the repository at this point in the history
  4. applied suggestions

    Daniil Marchenko committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0259795 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. moved constant declaration

    Daniil Marchenko committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    40f7ffa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from solid-software/add-support-for-package-con…

    …figs
    
    Applied changes suggested in main repo
    Daniil Marchenko authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    249aa75 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    489d744 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. applied suggestions

    Daniil Marchenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5a00e1a View commit details
    Browse the repository at this point in the history
  2. applied suggestions

    Daniil Marchenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7c03f04 View commit details
    Browse the repository at this point in the history
  3. refactored previous approach

    Daniil Marchenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0d44882 View commit details
    Browse the repository at this point in the history
  4. added normalize

    Daniil Marchenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    666da2a View commit details
    Browse the repository at this point in the history
  5. includeUri.toFilePath()

    Daniil Marchenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c8179f1 View commit details
    Browse the repository at this point in the history
  6. moved to variable

    Daniil Marchenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    818a8c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from solid-software/applied-suggestions

    `configs.dart` refactor
    Daniil Marchenko authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    39af4e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Using built-in package-config parser (#4)

    * using custom_lint package_utils
    
    * async to sync
    
    * tiny refactor
    
    * moved to variable
    
    * removed unnecessary await
    
    * added test on not valid package uri
    
    * ed -> ing
    Daniil Marchenko authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    df029bd View commit details
    Browse the repository at this point in the history
  2. rm unnecessary async

    Daniil Marchenko committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ee12bf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    f9cc496 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    f03badf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Update packages/custom_lint_core/lib/src/configs.dart

    Co-authored-by: Remi Rousselet <darky12s@gmail.com>
    Daniil Marchenko and rrousselGit authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c8b0414 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. packageConfig as parameter

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5c3f9aa View commit details
    Browse the repository at this point in the history
  2. parse package config in constructor

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    37b648a View commit details
    Browse the repository at this point in the history
  3. revert

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d329adf View commit details
    Browse the repository at this point in the history
  4. pass packageConfig directly

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b6400a5 View commit details
    Browse the repository at this point in the history
  5. nullable parameter

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ffd5585 View commit details
    Browse the repository at this point in the history
  6. rm nullable parameter

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    db40222 View commit details
    Browse the repository at this point in the history
  7. reverted nullable parameter

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4784201 View commit details
    Browse the repository at this point in the history
  8. using package_utils in tests

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0909f51 View commit details
    Browse the repository at this point in the history
  9. rm ?

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c0d820f View commit details
    Browse the repository at this point in the history
  10. rm unnecessary null checks

    Daniil Marchenko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    bf493b1 View commit details
    Browse the repository at this point in the history